JVCL Help:TJvCustomAppDBStorage.OnWrite
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppDBStorage.OnWrite Event
[+] TJvCustomAppDBStorage Events
[+] TJvCustomAppDBStorage Methods
[+] TJvCustomAppDBStorage Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when data is written.
Pascal
TJvDBStorageWriteEvent = procedure (Sender: TObject; const Section, Key, Value: string) ofobject;
propertyOnWrite: TJvDBStorageWriteEvent;
Parameters
Parameters | Description |
Key | The name of the key to write to. If it doesn't exist, it will be created. |
Value | The value to write. |
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. |
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
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