Data.DBXDBReaders.TDBXMemoryTable.GetTableCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXMemoryTable

Delphi

function GetTableCount: Integer; override;

C++

virtual int __fastcall GetTableCount();

Description

Returns the number of rows in a DBX memory table.

The GetTableCount method returns the number of rows in a DBX memory table.