Data.DBXDBReaders.TDBXTableStorage.GetTableCount
Delphi
function GetTableCount: Integer; override;
C++
virtual int __fastcall GetTableCount(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.DBXDBReaders.pas Data.DBXDBReaders.hpp |
Data.DBXDBReaders | TDBXTableStorage |
Description
Returns the number of rows in the table. {{#multireplace:Data.DBXDBReaders.TDBXTableStorage.GetTableCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.GetTableCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommonTable.TDBXTable.GetTableCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the number of rows in the table.
GetTableCount is the getter method for the TableCount property. By default, GetTableCount returns 1, so every descendant of TDBXTable must implement it.