Datasnap.DBClient.TCustomClientDataSet.GetIndexNames
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomClientDataSet |
Delphi
procedure GetIndexNames(List: TStrings);
C++
void __fastcall GetIndexNames(System::Classes::TStrings* List);
Description
Retrieves a list of available indexes for a client dataset.
Call GetIndexNames to retrieve a list of all available indexes for a client dataset. List is a string list object, created and maintained by the application, into which to retrieve the index names.
Note: Two indexes are automatically generated for all client datasets:
- DEFAULT_ORDER, which describes the order of data when it is put into the data packet.
- CHANGEINDEX, which orders the data as it would if it were a delta assigned to another dataset.