Vcl.Menus.TMenuItem.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TMenuItem(System::Classes::TComponent* AOwner);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuItem |
Description
Creates an instance of TMenuItem.
Use Create to create a menu item at runtime. Menu items defined at design time using the Menu designer are created automatically.
AOwner is the component that is responsible for freeing the menu item. It becomes the value of the Owner property.
See Also
Code Examples