TacSystemMenu class
Hierarchy |
acCaptionButton
|
type
|
TacMenuSeparators = set of (seBefore, seAfter);
|
|
TacSystemMenu = class(TPersistent)
|
public
|
constructor Create(aCaptionButton: TacCustomCaptionButton);
|
destructor Destroy; override;
|
|
procedure CheckMenuItem(Checked: Boolean);
|
published
|
property ApplyToMenu: Boolean;
|
property Caption: String;
|
property Position: Word;
|
property Separators: TacMenuSeparators;
|
end;
|
The TacSystemMenu class describes the properties and private methods that required to manage the menu items in the form's system menu.
|
acCaptionButton, acAppAutoRun, acTrayIcon, acFormHelp, acFormTopmost, acFormRoller.
|