API: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 TCustomUtilityButton.

Vcl.ActnMenus.TCustomMenuExpandBtn.Create inherits from Vcl.ActnCtrls.TCustomUtilityButton.Create. All content below this line refers to Vcl.ActnCtrls.TCustomUtilityButton.Create.

Creates an instance of TCustomUtilityButton.

Calling Create constructs and initializes an instance of the TCustomUtilityButton class.

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

See Also