IBX.IBDatabase.TIBTransaction.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
constructor public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

説明

トランザクションコンポーネントのインスタンスを作成します。

Create メソッドを呼び出すと,実行時にトランザクションコンポーネントをインスタンス化できます。アプリケーションは,トランザクションコンポーネントの存在を制御し,そのプロパティやイベントを設定するためにトランザクションコンポーネントを作成します。

Create はトランザクションコンポーネントをインスタンス化して,Params プロパティの空の文字列リストを作成します。