[Overview][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TCalculatorDialog.DefaultTitle

Gets the default value used in the Title property for the calculator dialog.

Declaration

Source position: extdlgs.pas line 160

protected function TCalculatorDialog.DefaultTitle: string; override;

Description

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 as the value for the Title property in the constructor for the class instance.

See also

TCalculatorDialog.Create

  

Constructor for the class instance.

TCommonDialog.Title

  

The Title or Caption displayed for the dialog.

TCommonDialog.Create

  

Constructor for the class instance.

TCommonDialog.DefaultTitle

  

DefaultTitle returns the default title for a dialog.