IBX.IBDatabase.TIBTransaction.Create
Delphi
constructor Create(AOwner: TComponent); overload; override;
constructor Create(AOwner: TComponent; TransactionLevel : TIBTransactionLevel); reintroduce; overload;
C++
__fastcall virtual TIBTransaction(System::Classes::TComponent* AOwner)/* overload */;
__fastcall TIBTransaction(System::Classes::TComponent* AOwner, TIBTransactionLevel TransactionLevel)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | IBX.IBDatabase.pas IBX.IBDatabase.hpp |
IBX.IBDatabase | TIBTransaction |
Beschreibung
Erzeugt eine Instanz von TIBTransaction.
Mit Create können Sie eine Transaktionskomponente zur Laufzeit erstellen. Eine Anwendung erstellt eine Transaktionskomponente, um deren Eigenschaften und Ereignisse festzulegen.
Die Methode erstellt zuerst die Transaktion und danach eine leere Stringliste für die Eigenschaft Params.