TdxAlertWindowManager.OptionsMessage Property
In This Article
Specifies message settings to be assigned to all the newly created alert windows.
#Declaration
Delphi
property OptionsMessage: TdxAlertWindowOptionsMessage read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use an alert window’s OptionsMessage property to customize the settings of individual alert windows.
To learn about the settings, refer to the TdxAlertWindowOptionsMessage class description.
See Also