[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Optional caption for the verification check box displayed near the bottom of the Task dialog.
Source position: dialogs.pp line 827
public property TCustomTaskDialog.VerificationText : TTranslateString |
VerificationText is a TTranslateString property with the text displayed next to a verification check box enabled on the dialog. The verification check box is omitted from the task dialog (even when tfVerificationFlagChecked is enabled in Flags) if VerificationText is an empty string ('').
VerificationText can be localized using the Lazarus IDE translation facilities when enabled in the project, or by calling translation routines in LazUtils.
Use OnVerificationClicked to perform actions needed when the verification check box is clicked on the dialog.
|
Set of options enabled for the Task dialog. |
|
|
Event handler signalled when the verification check box has been clicked on the task dialog. |
|
|
Set type used to store values from the TTaskDialogFlag enumeration. |
|
|
Represents options that can be enabled for TTaskDialog. |
Version 4.0 | Generated 2025-05-03 | Home |