Vcl.ComCtrls.TPageScroller.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Beschreibung

Erzeugt und initialisiert eine Instanz von TPageScroller.

Create erstellt eine Instanz von TPageScroller.