FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxMemTable.RecordCount Method

Returns the number of records on the dataset.

Pascal
function RecordCount: integer;
C++
__fastcall int RecordCount();

In normal mode, it will return the count of records in memory. In virtual mode, it returns the value of the OnVirtualRecordCount event.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!