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

TColorDialog.Title

The Title or Caption displayed in the title bar for the dialog.

Declaration

Source position: dialogs.pp line 285

published property TColorDialog.Title : TTranslateString;

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, which is an empty string in TColorDialog. Set the value for the property before calling the Execute method.

See also

TCommonDialog.Title

  

The Title or Caption displayed for the dialog.