Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowMessage.Caption Property

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