Data.DBXCommonTable.TDBXDelegateTable.CreateTableView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXDelegateTable

Description

Creates a table view.

Data.DBXCommonTable.TDBXDelegateTable.CreateTableView inherits from Data.DBXCommonTable.TDBXTable.CreateTableView. All content below this line refers to Data.DBXCommonTable.TDBXTable.CreateTableView.

Creates a table view.

CreateTableView creates a TDBXTable from the current table with the rows sorted by the column with the name given by the OrderByColumnName parameter.

See Also