appbar FloatRestrictions structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Declaration
type  
  TacAppBarFloatRestrictions = class  
  published  
    property Enabled: Boolean;  
 
    property MaxWidth: Word;  
    property MaxHeight: Word;  
    property MinWidth: Word;  
    property MinHeight: Word;  
  end;  

Description
The FloatRestrictions structure used to specify some restrictions to the form size, when the appbar in normal, "floating" state. To specify maximum and minimum form size use MaxWidth, MaxHeight, MinWidth and MinHeight properties.  
 
To enable or disable floating restrictions — use Enabled property.  

See also
Docking structure which specifies sizing rules for docked appbars.  
acFormSizeRestrictions component.