Data.Bind.ObjectScope.TBindSourceAdapter.GetCount

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

Delphi

function GetCount: Integer; virtual;

C++

virtual int __fastcall GetCount();

プロパティ

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


説明

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

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

関連項目