[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The Title or Caption displayed for the dialog.
Source position: dialogs.pp line 135
published property TCommonDialog.Title : TTranslateString |
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.
|
DefaultTitle returns the default title for a dialog. |
|
|
Constructor for the class instance. |
|
|
Alias for the String type. |
Version 4.0 | Generated 2025-05-03 | Home |