Data.DBXCommonTable.TDBXTable.TableId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableId: Integer read GetTableId;

C++

__property int TableId = {read=GetTableId, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

The ID number of the table.

TableId specifies the ID number of the TDBXTable.

See Also