Data.DBXCommonTable.TDBXCustomValueRow.GetDBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDBXTableName: string; override;

C++

virtual System::UnicodeString __fastcall GetDBXTableName();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXCustomValueRow

Description

Protected getter for DBXTableName.

The GetDBXTableName method is the protected getter for the DBXTableName property.

In this implementation, GetDBXTableName raises an unsupported operation exception.

See Also