Data.DBXDBReaders.TDBXMemoryTable.GetDBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDBXTableName: string; override;

C++

virtual System::UnicodeString __fastcall GetDBXTableName();

Properties

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

Description

Returns the name of a DBX memory table.

The GetDBXTableName method returns a string value that contains the name of a DBX memory table.

See Also