Data.Bind.ObjectScope.TBindSourceAdapter.GetCanRefresh
Delphi
function GetCanRefresh: Boolean; virtual;
C++
virtual bool __fastcall GetCanRefresh();
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindSourceAdapter |
説明
CanRefresh プロパティの取得メソッドです。
GetCanRefresh は、ソース アダプタがデータをリフレッシュできるかどうかを返します。
- メモ: このメソッドは常に
Trueを返すため、下位クラスでは GetCanRefresh メソッドを、ソース アダプタがデータをリフレッシュできる場合にはTrueを、そうでなければFalseを返すように、オーバーライドしなければなりません。