Vcl.Forms.TScrollBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScrollBox

Beschreibung

Erzeugt und initialisiert ein neues TScrollBox-Objekt.

Mit Create wird ein neues TScrollBox-Objekt erzeugt und initialisiert.

AOwner ist eine Komponente, normalerweise das Formular, das für die Freigabe des Bildlauffeldes verantwortlich ist.

Siehe auch