[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: menus.pp line 450
public constructor TMainMenu.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
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. |
Version 4.0 | Generated 2025-05-03 | Home |