formroller RollUp property
Return to Introduction  Previous page  Next page
Applies to
acFormRoller component.  

Declaration
property RollUp: Boolean;  

Description
The RollUp property determines whether the form is rolled up or down and the form's height is reduced (RollUp is True) or expanded to it's normal state (RollUp is False). Change this property at run-time to reduce or expand the window.  
 
When you change this property at run-time, button and menu item in the system menu will be changed accordingly — rollup when RollUp is False and rolldown when RollDown is True.  
 
tip User can not resize the form when it's height is reduced (rolled up).  

See also
RemainHeight property, OnRollerChanged event.