API:Data.Bind.DBXScope.TCustomParamsAdapter.GetCanModify

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

Delphi

function GetCanModify: Boolean; override;

C++

virtual bool __fastcall GetCanModify();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Bind.DBXScope.pas
Data.Bind.DBXScope.hpp
Data.Bind.DBXScope TCustomParamsAdapter

説明

CanModify プロパティの取得メソッドです。

Data.Bind.DBXScope.TCustomParamsAdapter.GetCanModify は Data.Bind.ObjectScope.TBindSourceAdapter.GetCanModify を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TBindSourceAdapter.GetCanModify を参照しています。


CanModify プロパティの取得メソッドです。


GetCanModify は、ソース アダプタがデータを変更できるかどうかを返します。

メモ: このメソッドは常に False を返すため、下位クラスでは GetCanModify メソッドを、ソース アダプタがデータを変更できる場合には True を、そうでなければ False を返すように、オーバーライドしなければなりません。

関連項目