Data.Bind.ObjectScope.TCustomDataGeneratorAdapter.GetCanInsert

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

Delphi

function GetCanInsert: Boolean; override;

C++

virtual bool __fastcall GetCanInsert();

プロパティ

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

説明


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

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


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


GetCanInsert は、ソース アダプタがデータを挿入できるかどうかを返します。

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

関連項目