Data.DBXDBReaders.TDBXMemoryTable.SetDBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXTableName(const AName: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXMemoryTable

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