Data.Bind.ObjectScope.TListBindSourceAdapter.GetCount

From RAD Studio API Documentation

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount(void);

Properties

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

Description

Getter method for the ItemCount property. {{#multireplace:Data.Bind.ObjectScope.TListBindSourceAdapter.GetCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.GetCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.GetCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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