You are here: Symbol Reference > JSEditDialogs Namespace > Functions > JSEditDialogs.InputQueryVerification Function
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSEditDialogs.InputQueryVerification Function

Wrapper function for displaying a dialog with an edit control and the verification checkbox.

Pascal
function InputQueryVerification(const ACaption: TJSString; const APrompt: TJSString; const AVerification: TJSString; var AValue: TJSString; var AVerificationResult: Boolean): Boolean;

JSEditDialogs

This function displays a dialog with a caption, an edit control and the verification checkbox. The caption is displayed above the edit control. The function returns True if the OK button was clicked when the dialog was displayed. When the function returns true, read the verification checkboxes value using the AVerificationResult parameter.

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!