Description
Get or set the Title of this dialog.
-
Property type
-
A String value.
-
Syntax
-
object.Caption [= value]
The Caption Property syntax has these parts: |
| object | An expression evaluating to an object of type McCommandDialog. | | value | A String value. | Remarks
The dialog's Caption is usually defined in the .dlg file.
|