Data.Bind.ObjectScope.TBindSourceAdapter.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetCount: Integer; virtual;

C++

virtual int __fastcall GetCount();

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