|
|
|
| acFormSystemMenu component.
|
| type
|
| TacSystemMenuItemState = (isActive, isHidden, isDisabled);
|
| TacFormSystemMenuItems = class
|
| published
|
| property Restore: TacSystemMenuItemState;
|
| property Move: TacSystemMenuItemState;
|
| property Size: TacSystemMenuItemState;
|
| property Minimize: TacSystemMenuItemState;
|
| property Maximize: TacSystemMenuItemState;
|
| property Close: TacSystemMenuItemState;
|
| property MDINext: TacSystemMenuItemState;
|
| end;
|
|
|
| property SysItems: TacFormSystemMenuItems;
|
| The SysItems structure allows to modify appearance of the regular elements of the system menu and standard caption buttons on the form title bar, associated with these elements.
|
|
|
| Properties | Meaning
|
| Restore | ;
|
| Move | ;
|
| Size | ;
|
| Minimize | ;
|
| Maximize | ;
|
| Close | ;
|
| MDINext | .
|
| Items and InsertPosition properties.
|