Wrapper function for VerifyMessage Creates a dialog with the verification checkbox visible.
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.
|
What do you think about this topic? Send feedback!
|