Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCommonDialog.Title

The Title or Caption displayed for the dialog.

Declaration

Source position: dialogs.pp line 134

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

Description

Title can be used to provide a usage context for the re-usable dialog. 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.