Data.Bind.ObjectScope.TBindSourceAdapter.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; virtual;

C++

virtual int __fastcall GetCount();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Getter method for the ItemCount property.

Note: Descendant classes must override the GetCount method to return the number of data items of the source adapter.

See Also