[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: menus.pp line 260
public constructor TMenuItem.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for TMenuItem, and calls the inherited method on entry. Create sets the default values for properties, and allocates resources needed for the internal TChangeLink instance used in the class instance.
Version 4.0 | Generated 2025-05-03 | Home |