REST.BindSource.TRESTComponentAdapter.GetCount

提供:RAD Studio API Documentation

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount();

プロパティ

種類 可視性 ソース ユニット
function protected
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource TRESTComponentAdapter

説明

ItemCount プロパティの取得メソッドです。 REST.BindSource.TRESTComponentAdapter.GetCount は Data.Bind.ObjectScope.TBindSourceAdapter.GetCount を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TBindSourceAdapter.GetCount を参照しています。


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

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

関連項目