![]() |
![]() ![]() ![]() |
acFormRoller component.
|
type
|
TacFormRollerChangedEvent = procedure(Sender: TObject; RollUp: Boolean) of object;
|
|
property OnRollerChanged: TacFormRollerChangedEvent;
|
The OnRollerChanged event occurs when user click the button on the form's title bar or selects the menu item in the system menu, associated with the caption button.
|
RollUp | determines current form / button state. True if form's height is reduced (rolled up) and False when form in normal state.
|
RollUp, RemainHeight properties.
|