Data.DBXDBReaders.TDBXMemoryTable.OrderByColumn
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXMemoryTable |
Delphi
procedure OrderByColumn(Column: Integer); virtual;
C++
virtual void __fastcall OrderByColumn(int Column);
Description
Orders the DBX memory table by column.
The OrderByColumn method sorts the DBX memory table by column. The column parameter represents the index of the column after the sorting is done.