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

TCustomTaskDialog.SimpleQueryPasswordChar

Character value used to obfuscate text in SimpleQuery for the query control.

Declaration

Source position: dialogs.pp line 824

public property TCustomTaskDialog.SimpleQueryPasswordChar : Char
  read FSimpleQueryPasswordChar
  write FSimpleQueryPasswordChar
  default #0;

Description

The default value for the property is #0 (NULL character) and indicates that obfuscation is not enabled for the simple query control. Another character stored in the property is used to obfuscate the characters entered in the SimpleQuery property.

SimpleQueryPasswordChar is used when tfSimpleQuery has been included in the Flags for the task dialog.

Version info

Added in LCL version 4.0.

See also

TCustomTaskDialog.SimpleQuery

  

Contains the text displayed and edited using the query control on the task dialog.

TCustomTaskDialog.Flags

  

Set of options enabled for 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