JVCL Help:SetDSAState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Sets DSA state.

run\JvDSADialogs.pas


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.

run\JvDSADialogs.pas


Description

  1. JVCLInfo

SetDSAState sets the state of the specified DSA dialog.

run\JvDSADialogs.pas


See Also

GetDSAState

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