JVCL Help:TJvDSADialog.GetDSAStateInternal
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDSADialog.GetDSAStateInternal Method
[+] TJvDSADialog Events
[+] TJvDSADialog Methods
[+] TJvDSADialog Properties
Search in JVCL Help
Search in all projectsSummary
Retrieves the DSA state for the dialog.
Pascal
functionGetDSAStateInternal(outModalResult: Integer): Boolean;
Parameters
Parameters | Description |
out ModalResult: Integer | variable to retrieve the saved ModalResult value in. |
Description
GetDSAStateInternal retrieves the DSA state and ModalResult from the DSA storage. If the dialog is suppressed the method will return True and ModalResult will be set to the saved ModalResult code. If an event handler is assigned to OnApplyKey, it will be triggered as well. If the dialog is not suppressed the method will return False and ModalResult will be set to mrNone (0).
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