JVCL Help:TJvDSADialog.ApplySavedState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDSADialog.ApplySavedState Method
[+] TJvDSADialog Events
[+] TJvDSADialog Methods
[+] TJvDSADialog Properties
Search in JVCL Help
Search in all projectsSummary
Applies the saved state of the dialog.
Pascal
procedureApplySavedState; virtual;
Description
ApplySavedState retrieves all info of the dialog from the DSA storage and applies it to the form. By default this will result in the saved ModalResult being applied to the form's ModalResult property. In addition, if an OnApplyKeys event is assigned, the event will be called with all necessary information to retrieve custom stored data from the DSA storage.
See Also
TJvDSADialog.OnApplyKeys, TJvDSADialog.UpdateDSAState
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