RecNo

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloQuery > TApolloQuery Properties >

RecNo

Declaration

property RecNo: Integer;

Description

Returns the current record number within the result set.

Delphi Example

Form1.Caption := IntToStr( ApolloQuery1.RecNo ) + ' / ' +

IntToStr( ApolloQuery1.RecCount );

C++Builder Example

Form1->Caption = IntToStr( ApolloQuery1->RecNo ) + " / " +

IntToStr( ApolloQuery1->RecCount );

See Also

RecCountTApolloQuery_RecCount