Vcl.ExtCtrls.TNotebook.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TNotebook

Beschreibung

Legt eine TNotebook-Komponente an.

Mit Create wird ein TNotebook-Objekt zur Laufzeit instantiiert. Während des Entwurfs in ein Formular platzierte TNotebook-Objekte werden automatisch erzeugt.

Der Parameter AOwner gibt die Komponente (normalerweise das Formular) an, das für die Freigabe des TNotebook-Objekts verantwortlich ist.