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

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

See also
MinWidth property of FloatRestrictions structure.