Data.DBXDBReaders.TDBXMemoryTable.CreateTableView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateTableView(const OrderByColumnName: string): TDBXTable; override;

C++

virtual Data::Dbxcommontable::TDBXTable* __fastcall CreateTableView(const System::UnicodeString OrderByColumnName);

Properties

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

Description

Creates a table view of a DBX memory table.

The CreateTableView method creates a table view of a DBX memory table. CreateTableView first calls the Create method to create a DBX memory table, and then sorts the table by the OrderByColumnName parameter. CreateTableView returns the table view as a TDBXMemoryTable.

See Also