TdxMemIndex Class
In This Article
TdxMemIndex is the object used by the ExpressMemData component to store a specific index for a memory field.
#Declaration
Delphi
TdxMemIndex = class(
TCollectionItem
)
#Remarks
With the ExpressMemData, a user can index data by one field similar to indexing applied to Paradox tables. The TdxMemIndex object allows you to work with a single index.
#Inheritance
TObject
TPersistent
TCollectionItem
TdxMemIndex
See Also