TacSystemMenu class
Hierarchy
Return to Introduction 
Unit
acCaptionButton  

Declaration
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 CaptionString;  
    property Position: Word;  
    property Separators: TacMenuSeparators;  
  end;  

Description
The TacSystemMenu class describes the properties and private methods that required to manage the menu items in the form's system menu.  

See also (components binded to System Menu):
acCaptionButton, acAppAutoRun, acTrayIcon, acFormHelp, acFormTopmost, acFormRoller.