Data.DBXCommonTable.TDBXTable.GetDBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTable

Delphi

function GetDBXTableName: string; override;

C++

virtual System::UnicodeString __fastcall GetDBXTableName();

Description

Returns the name of a DBX table.

GetDBXTableName returns the name of a DBX table. By default, GetDBXTableName raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method.

See Also