IBX.IBEvents.TIBEvents.SetAutoRegister

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

Delphi

procedure SetAutoRegister(const Value: Boolean);

C++

void __fastcall SetAutoRegister(const bool Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
IBX.IBEvents.pas
IBX.IBEvents.hpp
IBX.IBEvents TIBEvents

説明

AutoRegister プロパティを設定します。

SetAutoRegister は,AutoRegister プロパティの write 実装メソッドです。

Value は,AutoRegister プロパティの新しい値です。

SetAutoRegisterAutoRegister プロパティを true に変更するときには,データベース接続が開かれているかどうかが確認されます。データベース接続が開かれている場合,SetAutoRegister メソッドは RegisterEvents を呼び出してイベントを登録します。