Data.DBXDBReaders.TDBXTableStorage.SetDBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXTableStorage

Delphi

procedure SetDBXTableName(const AName: string); override;

C++

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

Description

Sets the name of the TDBXTable.

Data.DBXDBReaders.TDBXTableStorage.SetDBXTableName inherits from Data.DBXCommonTable.TDBXTable.SetDBXTableName. All content below this line refers to Data.DBXCommonTable.TDBXTable.SetDBXTableName.

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