Skip to main content

TdxMemIndex Class

TdxMemIndex is the object used by the ExpressMemData component to store a specific index for a memory field.

Declaration

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

See Also