TdxAlertWindowOptionsSize Class
Contains alert window size settings.
Declaration
TdxAlertWindowOptionsSize = class(
TdxAlertWindowCustomOptions
)
Remarks
This class provides properties that allow you to do the following:
Enable automatic height and/or width adjustments to let an alert window display the entire content of its current message (AutoHeight, AutoWidth, and AutoSizeAdjustment);
Limit the window size within a specific range (MinHeight, MinWidth, MaxHeight, and MaxWidth).
A TdxAlertWindowOptionsSize object is referenced via the following option sets:
An alert window manager’s OptionsSize;
An alert window’s OptionsSize.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxAlertWindowCustomOptions
TdxAlertWindowOptionsSize
See Also