|
|
Previous Top Next |
| FormHelp component as subproperty of SystemMenu structure.
|
| type
|
| TacMenuSeparators = set of (seBefore, seAfter);
|
|
|
| property Separators: TacMenuSeparators;
|
| The Separators property specifies the separators for current menu item to separate it from previous and / or next menu items of the system menu. To set separator before menu item set seBefore to True. To set separator after menu item set seAfter to True.
|
|
|
| Specify Separators to separate current menu item in the system menu from another menu items.
|
| Position property.
|