TdxAlertWindowOptionsSize.MaxWidth Property
In This Article
Specifies an alert window‘s maximum possible width, in pixels.
#Declaration
Delphi
property MaxWidth: Integer read; write; default dxAlertWindowDefaultMaxWidth;
#Property Value
Type | Default |
---|---|
Integer | dx |
#Remarks
Use the MinWidth and MaxWidth properties to define the range within which an alert window’s Width property value may vary. If a 0 is assigned to the MaxWidth property, the alert window width is not limited.
The default value of the MaxWidth property is specified by the dxAlertWindowDefaultMaxWidth global constant.
See Also