formsizerestrictions MaxWidth property
Return to Introduction  Previous page  Next page
Applies to
acFormSizeRestrictions component and FloatRestrictions structure of acAppBar component.  

Declaration
property MaxWidth: Word;  

Description
The MaxWidth property controls the maximum width of your form. If size restrictions is Enabled and MaxWidth value is not 0, user will not able to resize the form horizontally to make the form width greater than specified in MaxWidth property.  
 
tip If you would not to specify restriction for maximum form width, leave this value 0.  

See also
MaxWidth, MaxHeight, MinWidth, MinHeight +  
MaxClientWidth, MaxClientHeight, MinClientWidth, MinClientHeight properties.