TdxCustomMemData.Indexes Property
Determines indexes for a specific ExpressMemData control.
Declaration
property Indexes: TdxMemIndexes read; write;
Property Value
| Type |
|---|
| TdxMemIndexes |
Remarks
With ExpressMemData, a user can index data by one field similar to indexing using Paradox tables. The Index property is used to work with these indexes via a TdxMemIndexes object.
See Also