JVCL Help:TJvAppDBStorage.OnRead

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 read.


Pascal

 propertyOnRead: TJvDBStorageReadEvent;


Parameters

Parameters Description
Sender The TJvCustomAppDBStorage that called the event.
Section The name of the section to read.
Key The name of the key to read.
Value The value that was 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

TJvCustomAppDBStorage.OnWrite


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