Data.DBXCommonTable.TDBXTable.SetDBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXTableName(const Name: string); override;

C++

virtual void __fastcall SetDBXTableName(const System::UnicodeString Name);

Properties

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

Description

Sets the name of the TDBXTable.

The SetDBXTableName method is used to set the name of the TDBXTable. By default, SetDBXTableName raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method to use it.

See Also