Back to Devexpress

TdxMemIndex Class

vcl-dxmdaset-575e1510.md

latest790 B
Original Source

TdxMemIndex Class

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

TdxMemIndex Members

dxmdaset Unit