JVCL Help:GetDSAState@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GetDSAState function
Search in JVCL Help
Search in all projectsSummary
Retrieves DSA state.
Pascal
run\JvDSADialogs.pas
functionGetDSAState(constDlgID: Integer): Boolean; overload;
functionGetDSAState(constDlgID: Integer; outResCode: Integer; constOnCustomData: TDSACustomData = nil): Boolean; overload;
Parameters
Parameters | Description |
const DlgID: Integer | ID of the dialog in the DSA system. |
out ResCode: Integer | If this parameter is specified, it will receive the stored ModalResult value if the dialog is suppressed. Otherwise this parameter will be set to 0. |
const OnCustomData: TDSACustomData = nil | Provide an OnCustomData handler if additional info should be retrieved from the storage. Leave this parameter nil if no additional data is to be retrieved. |
Description
- JVCLInfo
GetDSAState retrieves the state of the specified DSA dialog, optionally returning the last ModalResult of the dialog.
See Also
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