Data.DBXCommonTable.TDBXTableRow.DBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTableRow

Delphi

property DBXTableName: string read GetDBXTableName write SetDBXTableName;

C++

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

Description

Specifies the name of the DBX table.

The DBXTableName property specifies the name of the DBX table.

See Also