JVCL Help:TJvDSADialog.GetDSAStateInternal

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

Search in JVCL Help

 
Search in all projects
 

Summary

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