API:IBX.IBUpdateSQL.TIBUpdateSQL.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TIBUpdateSQL(System::Classes::TComponent* AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
IBX.IBUpdateSQL.pas
IBX.IBUpdateSQL.hpp
IBX.IBUpdateSQL TIBUpdateSQL

Beschreibung

Erzeugt eine Instanz einer TIBDataSetUpdateObject-Komponente.

IBX.IBUpdateSQL.TIBUpdateSQL.Create erbt von IBX.IBCustomDataSet.TIBDataSetUpdateObject.Create. Der folgende Inhalt bezieht sich auf IBX.IBCustomDataSet.TIBDataSetUpdateObject.Create.

Erzeugt eine Instanz einer TIBDataSetUpdateObject-Komponente.

Rufen Sie den Konstruktor Create auf, wenn eine Instanz einer TIBDataSetUpdateObject-Komponente erzeugt werden soll.