Data.DBXCommonTable.TDBXTableRow.DBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DBXTableName: string read GetDBXTableName write SetDBXTableName;

C++

__property System::UnicodeString DBXTableName = {read=GetDBXTableName, write=SetDBXTableName};

Properties

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

Description

Specifies the name of the DBX table.

The DBXTableName property specifies the name of the DBX table.

See Also