JVCL Help:GetDSAState@Integer

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves DSA state.

run\JvDSADialogs.pas


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.

run\JvDSADialogs.pas


Description

  1. JVCLInfo

GetDSAState retrieves the state of the specified DSA dialog, optionally returning the last ModalResult of the dialog.

run\JvDSADialogs.pas


See Also

SetDSAState

run\JvDSADialogs.pas


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