RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionMainMenuBar.Create Constructor

Creates and initializes a TCustomActionMainMenuBar instance.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomActionMainMenuBar(TComponent * AOwner);

Create generates a TCustomActionMainMenuBar and initializes its properties.

__fastcall virtual TCustomActionMainMenuBar (Classes::TComponentTComponent_Object* AOwner);
__fastcall TCustomActionMainMenuBar (HWND ParentWindow) : Controls::TWinControlTWinControl_Create(ParentWindow) { }

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!