Data.DBXCommonTable.TDBXTableEntity.Table

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Table: TDBXTable read FTable;

C++

__property TDBXTable* Table = {read=FTable};

Properties

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

Description

Specifies the actual DBX table.

The Table property specifies the actual DBX table.

See Also