TdxAlertWindowOptionsMessage Class
Contains alert window message settings.
Declaration
TdxAlertWindowOptionsMessage = class(
TdxAlertWindowCustomOptions
)
Remarks
This class provides properties that allow you to do the following:
Customize the appearance of the caption and text of alert window messages (Caption and Text);
Associate an image list with alert window messages to be able to display an image in addition to the caption and text (Images).
A TdxAlertWindowOptionsMessage object is referenced via the following option sets:
An alert window manager’s OptionsMessage;
An alert window’s OptionsMessage.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxAlertWindowCustomOptions
TdxAlertWindowOptionsMessage
See Also