Vcl.Forms.TScrollingWinControl.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates and initializes a new TScrollingWinControl object.

Use Create to create and initialize a new TScrollingWinControl object.

AOwner is a TComponent object that owns the scrolling windowed control.

See Also