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

Declaration
property MinWidth: Word;  

Description
The MinWidth property controls the minimum width of your form. If size restrictions is Enabled and MinWidth value is not 0, user will not able to resize the form horizontally to make the form width less than specified in MinWidth property.  
 
tip If you would not to specify restriction for minimum form width, set this value to 0.  

See also
MaxWidth, MaxHeight, MinWidth, MinHeight +  
MaxClientWidth, MaxClientHeight, MinClientWidth, MinClientHeight properties.