You are here: Symbol Reference > JSDialogs Namespace > Functions > JSDialogs.VerifyMessage Function
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSDialogs.VerifyMessage Function

Wrapper function for VerifyMessage Creates a dialog with the verification checkbox visible.

Pascal
function VerifyMessage(const aInstruction: TJSString; const aMsg: TJSString; const aIcon: TTaskDialogIcon; const aButtons: TCommonButtons; const aHelpIdx: Integer; const aVerifyText: TJSString; var aVerifyResult: Boolean; const AFooterText: string; AFooterIcon: TTaskDialogIcon): TModalResult; overload;

JSDialogs

The verification result is passed through the aVerifyResult parameter. 

Set the aVerifyResult parameter to True to have the checkbox checked when the dialog initially displays. Also allows the display of the footer section with a specific icon.

Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!