formsizerestrictions TacFormSizeRestrictions component
Hierarchy Properties
Return to Introduction  Previous page  Next page
Overview
The acFormSizeRestrictions component brings the restrictions to the size of form and controls minimum and maximum tracking size of your windows.  
 
To enable or disable size restrictions — use Enable property. To specify the maximum and minumum form size — specify MaxWidth, MaxHeight, MinWidth and MinHeight properties.  
 
new! To specify minimum/maximum size of CLIENT area of your form — use MaxClientWidth, MaxClientHeight, MinClientWidth and MinClientHeight properties. The component automatically calculate the difference between real form size and the size of client area and allows to restrictist the form size considering the visible area of form (client area).