appbar MinWidth 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 MinWidth: Word;  

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

See also
MinHeight property of FloatRestrictions structure.