Data.Bind.ObjectScope.TBindSourceAdapter.ItemCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

property ItemCount: Integer read GetCount;

C++

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

Description

Indicates the number of data items of the source adapter.

Read ItemCount to get the number of items of the source adapter. This property uses GetCount as getter method.

Note: The GetCount method must be overridden by descendant classes.

See Also