JVCL Help:TJvCustomAppDBStorage.OnRead
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppDBStorage.OnRead Event
[+] TJvCustomAppDBStorage Events
[+] TJvCustomAppDBStorage Methods
[+] TJvCustomAppDBStorage Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when data is read.
Pascal
TJvDBStorageReadEvent = procedure (Sender: TObject; const Section, Key: string; var Value: string) ofobject;
propertyOnRead: TJvDBStorageReadEvent;
Parameters
Parameters | Description |
Key | The name of the key to read. |
Value | The value that was read. |
Sender | The TJvCustomAppDBStorage that called the event. |
Section | The name of the section to read. |
Description
Write a handler for the OnRead event to take specific action when data is read from storage. You can use OnRead 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