Vcl.ActnCtrls.TCustomToolScrollBtn.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomToolScrollBtn

Description

Creates an instance of TCustomToolScrollBtn.

Calling Create constructs and initializes an instance of the TCustomToolScrollBtn object.

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

See Also