Data.DBXDBReaders.TDBXMemoryTable.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: TDBXMemoryTable

Delphi

procedure SetDBXTableName(const AName: string); override;

C++

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

Description

Sets the name of a DBX memory table.

The SetDBXTableName method sets the name of a DBX memory table according to the AName parameter.

See Also