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

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

See also
MaxWidth property of FloatRestrictions structure.