Specifies the dialog’s caption.
Declaration
componentObj.Title
Read-Write Property | String |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The Title
property specifies the custom text that appears in the file-selection dialog’s header. If no value is specified then the default value is used. For the TOpenDialog
component it is Open, for the TSaveDialog
component it is Save.
Property Value
A string value that specifies a custom title for the dialog.