appbar MaxWidth property
Return to Introduction  Previous page  Next page
Applies to
acAppBar component as subproperty of FloatRestictions and Docking structures, and to the acFormSizeRestrictions component.  

Declaration
property MaxWidth: Word;  

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

See also
MaxHeight property of FloatRestrictions structure.