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:
An alert window manager’s OptionsMessage;
An alert window’s OptionsMessage.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxAlertWindowCustomOptions
TdxAlertWindowOptionsText
See Also