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

TCommonDialog.Title

The Title or Caption displayed for the dialog.

Declaration

Source position: dialogs.pp line 134

published property TCommonDialog.Title : TTranslateString
  read FTitle
  write FTitle
  stored IsTitleStored;
  nodefault;

Description

Title can be used to provide a usage context for the re-usable dialog. It is defined using the TTranslateString type which allows the value to be recognized and translated using the localization facilities found in the LCL and the Lazarus IDE. When an explicit value has been assigned for the property, it is included the LCL component streaming mechanism.

The default value for the property is provided by the DefaultTitle method, and assigned in the Create constructor.

See also

TCommonDialog.DefaultTitle

  

DefaultTitle returns the default title for a dialog.

TCommonDialog.Create

  

Constructor for the class instance.

TTranslateString

  

Alias for the String type.


Version 3.2 Generated 2024-02-25 Home