Vcl.ActnMenus.TCustomMenuExpandBtn.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomMenuExpandBtn(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuExpandBtn

Description

Creates an instance of TCustomMenuExpandBtn.

Create constructs and initializes an instance of the TCustomMenuExpandBtn class. It calls the TCustomUtilityButton.Create inherited method.

AOwner is the component that is responsible for freeing the button control. It becomes the value of the Owner property.

See Also