JVCL Help:SetDSAState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: SetDSAState procedure
Search in JVCL Help
Search in all projectsSummary
Sets DSA state.
Pascal
run\JvDSADialogs.pas
procedureSetDSAState(constDlgID: Integer; constDontShowAgain: Boolean; constLastResult: Integer = mrNone; constOnCustomData: TDSACustomData = nil);
Parameters
Parameters | Description |
const DlgID: Integer | ID of the dialog in the DSA system. |
const DontShowAgain: Boolean | Flag indicating if the dialog should be enabled or disabled. When set to True, the dialog will be disabled. |
const LastResult: Integer = mrNone | The ModalResult value to store. By default this is set to mrNone. |
const OnCustomData: TDSACustomData = nil | Provide an OnCustomData handler if additional info should be stored in the storage. Leave this parameter nil if no additional data is to be stored. |
Description
- JVCLInfo
SetDSAState sets the state of the specified DSA 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