Data.DBXDBReaders.TDBXMemoryTable.GetDBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetDBXTableName: string; override;

C++

virtual System::UnicodeString __fastcall GetDBXTableName();

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