Vcl.Forms.TScrollBox.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TScrollBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TScrollBox(HWND ParentWindow) : TScrollingWinControl(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScrollBox

Description

Creates and initializes a new TScrollBox object.

Use Create to create and initialize a new TScrollBox object.

AOwner is a component, typically the form, that is responsible for freeing the scroll box.

See Also