Data.Bind.ObjectScope.TBindSourceAdapter.ItemCount

提供:RAD Studio API Documentation

Delphi

property ItemCount: Integer read GetCount;

C++

__property int ItemCount = {read=GetCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter


説明

ソース アダプタのデータ項目数を示します。

ItemCount を読み込むと、ソース アダプタの項目数を取得することができます。 このプロパティは、取得メソッドとして GetCount を使用します。

メモ: GetCount メソッドは、下位クラスでオーバーライドされる必要があります。

関連項目