The Title or Caption displayed in the title bar for the dialog.
Source position: dialogs.pp line 285
published property TColorDialog.Title : string; |
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.
|
The Title or Caption displayed for the dialog. |