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

TdxAlertWindowOptionsText Class

Contains alert window text settings.

#Declaration

Delphi
TdxAlertWindowOptionsText = class(
    TdxAlertWindowCustomOptions
)

#Remarks

This class provides properties allowing you to specify alignment and font settings of UI elements that display textual information in alert windows. In alert window messages, TdxAlertWindowOptionsText objects are used to store settings of the caption and text elements.

A TdxAlertWindowOptionsText object is referenced by the Caption and Text properties that are accessible via the following option sets:

See Also