Data.DBXCommonTable.TDBXDelegateTable.CreateTableView
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. {{#multireplace:Data.DBXCommonTable.TDBXDelegateTable.CreateTableView|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.CreateTableView|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommonTable.TDBXTable.CreateTableView|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.