Skip to main content
A newer version of this page is available. .

TdxAlertWindowMessage.Caption Property

Specifies the alert window message’s caption.

Declaration

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