JVCL Help:TJvDSADataEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

The type for event handlers that respond when the DSA state is read from or written to the DSA storage.

run\JvDSADialogs.pas


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.

run\JvDSADialogs.pas


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.

run\JvDSADialogs.pas


See Also

TJvDSADialog.OnApplyKeys, TJvDSADialog.OnUpdateKeys

run\JvDSADialogs.pas


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