Data.DBXDBReaders.TDBXDataSetTable.SetDBXTableName

From RAD Studio API Documentation

Delphi

procedure SetDBXTableName(const CollectionName: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXDataSetTable

Description

Sets the name of the TDBXTable. {{#multireplace:Data.DBXDBReaders.TDBXDataSetTable.SetDBXTableName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.SetDBXTableName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommonTable.TDBXTable.SetDBXTableName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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