JVCL Help:TJvDSADialog.ApplySavedState

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

Search in JVCL Help

 
Search in all projects
 

Summary

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