TdxAlertWindowMessage.Caption Property
In This Article
Specifies the alert window message’s caption.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type | Description |
---|---|
string | The alert window message’s caption. |
#Remarks
Use an alert window’s OptionsMessage.Caption property to customize the caption appearance of all messages associated with the alert window.
Note
You can pass the required message caption as the Show procedure’s parameter.
The Caption
property’s default value is an empty string.
See Also