[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DefaultTitle returns the default title for a dialog.
Source position: dialogs.pp line 109
protected function TCommonDialog.DefaultTitle: string; virtual; |
String used as the default title or caption for the dialog form.
DefaultTitle returns an empty string ('') in TCommonDialog. The method is overridden in descendent classes to return the value needed for the derived class.
Version 4.0 | Generated 2025-05-03 | Home |