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

TdxAlertWindowOptionsText Class

Contains alert window text settings.

Declaration

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