formhelp SystemMenu structure
Previous  Top  Next
Applies to
FormHelp component.  

Declaration
type  
  TfhMenuSeparators = set of (seBefore, seAfter);  
  TfhSystemMenu = class(TPersistent)  
  published  
    property ApplyToMenu: Boolean;  
    property CaptionString;  
    property Position: Word;  
    property Separators: TacMenuSeparators;  
  end;  
 
property SystemMenu: TfhSystemMenu;  

Description
The System Menu is the popup menu that appears when you click on the program icon on the upper-left corner of form's title bar. The SystemMenu property is the list of properties that manages the menu item associated with current button on the form's title bar.  

Properties
ApplyToMenuapplies or removes the menu item associated with current button from the system menu;  
Captiontext for the title of menu item;  
Positionposition of current menu item in the system menu;  
Separatorsspecifies the separators for menu item, to separatate it from previous and / or next menu item of the system menu.  

Screenshoot
acformhelpss3  
File not found.