Vcl.Bind.Navigator.TCustomBindNavigator.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TCustomBindNavigator

Beschreibung


Erzeugt und initialisiert eine Instanz von TCustomPanel.

Vcl.Bind.Navigator.TCustomBindNavigator.Create erbt von Vcl.ExtCtrls.TCustomPanel.Create. Der folgende Inhalt bezieht sich auf Vcl.ExtCtrls.TCustomPanel.Create.

Erzeugt und initialisiert eine Instanz von TCustomPanel.

Mit Create lässt sich zur Laufzeit eine Tafel instantiieren. Während des Entwurfs in ein Formular platzierte Tafeln müssen nicht explizit erzeugt werden; sie werden automatisch erzeugt.

AOwner ist die Komponente – normalerweise ein Formular, das für die Freigabe dee Tafel zuständig ist.

Siehe auch