Data.Bind.DBXScope.TCustomParamsAdapter.GetCount

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

Delphi

function GetCount: Integer;  override;

C++

virtual int __fastcall GetCount();

プロパティ

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

説明

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

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


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

メモ: 下位クラスは GetCount メソッドをオーバーライドして、ソース アダプタのデータ項目の数を返すようにする必要があります。

関連項目