[Overview][Classes][Procedures and functions][Index] |
Gets the default value used in the Title property for the calculator dialog.
Source position: extdlgs.pas line 160
protected function TCalculatorDialog.DefaultTitle: string; override; |
Default value for the Title property.
DefaultTitle is an overridden String function which gets the default value used in the Title property for the calculator dialog. The return value is set to the rsCalculator resource string in TCalculatorDialog.
The value from DefaultTitle is assigned to the Title property in the constructor for the class instance.
|
Constructor for the class instance. |
|
|
The Title or Caption displayed for the dialog. |
|
|
Constructor for the class instance. |
|
|
DefaultTitle returns the default title for a dialog. |