Data.Bind.DBXScope.TCustomParamsAdapter.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetCount: Integer;  override;

C++

virtual int __fastcall GetCount();

Description

Getter method for the ItemCount property.

Data.Bind.DBXScope.TCustomParamsAdapter.GetCount inherits from Data.Bind.ObjectScope.TBindSourceAdapter.GetCount. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.GetCount.

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