[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: menus.pp line 437
public constructor TMainMenu.Create( |
AOwner: TComponent |
); override; |
Create is the overridden constructor in TMainMenu.
Create ensures that the internal component style flags are set for the main menu instance. It also sets the WindowHandle to 0 (zero) to indicate that the display window has not been assigned for the menu instance.
Create calls the inherited constructor prior to exiting from the method.
|
Handle for the window where the menu is displayed. |
|
|
Constructor for the class instance. |