JVCL Help:TJvDSADataEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDSADataEvent type
[+] JvDSADialogs.pas Types
Search in JVCL Help
Search in all projectsSummary
The type for event handlers that respond when the DSA state is read from or written to the DSA storage.
Pascal
run\JvDSADialogs.pas
TJvDSADataEvent = procedure (Sender: TObject; const DSAInfo: TDSARegItem; const Storage: TDSAStorage) ofobject;
Parameters
Parameters | Description |
Sender | reference to the TJvDSADialog component. |
DSAInfo | reference to the DSA registration item for the dialog. |
Storage | reference to the storage where the dialog info is stored. |
Description
The event handlers for OnApplyKeysOn and OnUpdateKeys can respond when the DSA state is read from or written to the DSA storage. Use these events to retrieve or store additional (custom) data from the DSA storage related to this dialog. These events allow you to store and retrieve additional information (e.g. the ItemIndex of a combo box) along with the DSA state and modal result for the dialog.
See Also
TJvDSADialog.OnApplyKeys, TJvDSADialog.OnUpdateKeys
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