Data.Bind.DBScope.TBindScopeDBEnumerator.GetRecordCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRecordCount: Integer;

C++

int __fastcall GetRecordCount(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope TBindScopeDBEnumerator

Description

Returns the number of records contained by the dataset referenced by the DataSource property of the TBindScopeDB component.

See Also