Data.Bind.ObjectScope.TBindSourceAdapter.ItemCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemCount: Integer read GetCount;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

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