[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TCustomTaskDialog.VerificationText

Optional caption for the verification check box displayed near the bottom of the Task dialog.

Declaration

Source position: dialogs.pp line 827

public property TCustomTaskDialog.VerificationText : TTranslateString
  read FVerificationText
  write FVerificationText;

Description

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.

See also

TCustomTaskDialog.Flags

  

Set of options enabled for the Task dialog.

TCustomTaskDialog.OnVerificationClicked

  

Event handler signalled when the verification check box has been clicked on the task dialog.

TTaskDialogFlags

  

Set type used to store values from the TTaskDialogFlag enumeration.

TTaskDialogFlag

  

Represents options that can be enabled for TTaskDialog.


Version 4.0 Generated 2025-05-03 Home