Data.DBXCDSReaders.TDBXClientDataSetTable.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.DBXCDSReaders.pas
Data.DBXCDSReaders.hpp
Data.DBXCDSReaders TDBXClientDataSetTable

Description

Creates a table view of a DBX memory table.

The CreateTableView method creates a table view of a DBX memory table. CreateTableView first creates a DBX memory table, and then sorts the table by the OrderByColumnName parameter. CreateTableView returns the table view as a TDBXTable.

See Also