JVCL Help:TJvAppDBStorage.OnWrite

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when data is written.


Pascal

 propertyOnWrite: TJvDBStorageWriteEvent;


Parameters

Parameters Description
Sender The TJvCustomAppDBStorage that called the event.
Section The name of the section to write to. If it doesn't exist, it will be created.
Key The name of the key to write to. If it doesn't exist, it will be created.
Value The value to write.


Description

Write a handler for the OnWrite event to take specific action when data is written to storage. You can use OnWrite even if DataSource or any of the fields are unassigned.


See Also

TJvCustomAppDBStorage.OnRead


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page