Data.DBXCommonTable.TDBXTable.GetTableId
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
| Unit: Data.DBXCommonTable | |
| Parent: TDBXTable | |
Delphi
function GetTableId: Integer; virtual;
C++
virtual int __fastcall GetTableId();
Description
Returns the table's ID number.
GetTableId is the protected getter method for the TableId property. By default, GetTableId returns 0, so every descendant of TDBXTable must implement it.