FireDAC.Phys.TFDPhysEventAlerter.Refresh

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

Delphi

procedure Refresh(const AHandler: IFDPhysChangeHandler; AForce: Boolean);

C++

void __fastcall Refresh(const Firedac::Phys::Intf::_di_IFDPhysChangeHandler AHandler, bool AForce);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysEventAlerter


説明

指定された変更ハンドラの内容を最新状態に更新します。

AForceFalse であれば、直前の更新操作の後でイベント アラータが変更通知を受け取っている場合にのみ、更新操作が実行されます。AForceTrue であれば、更新操作は無条件に実行されます。

AHandler が nil であれば、登録済みのすべての変更ハンドラが更新されます。nil でなければ、指定された変更ハンドラだけが更新されます。

関連項目