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

Declaration
property MaxHeight: Word;  

Description
The MaxHeight property controls the maximum height of your form. If size restrictions is Enabled and MaxHeight value is not 0, user will not able 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, MaxHeight, MinWidth, MinHeight +  
MaxClientWidth, MaxClientHeight, MinClientWidth, MinClientHeight properties.