[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the default title displayed on the dialog.
Source position: dialogs.pp line 478
protected function TFindDialog.DefaultTitle: string; override; |
Default title for the find dialog.
DefaultTitle is an overridden String function in TFindDialog. It reimplements the method to return the value in the rsFind constant as the default caption or title for the dialog. The return value is assigned to the Title property in the inherited constructor for the class instance.
|
The Title or Caption displayed for the dialog. |
|
|
Constructor for the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |