Back to Devexpress

TdxMemIndexes Class

vcl-dxmdaset-95d9b6f4.md

latest908 B
Original Source

TdxMemIndexes Class

TdxMemIndexes is a collection of TdxMemIndex objects used by the ExpressMemData component to maintain indexes for memory field definitions.

Declaration

delphi
TdxMemIndexes = class(
    TCollection
)

Remarks

With ExpressMemData, a user can index data by one field similar to indexing applied to Paradox tables. The TdxMemIndexes object maintains a list of these indexes. Each item of this list represents an independent index against which a sort order can be based.

Inheritance

TObject TPersistent TCollection TdxMemIndexes

See Also

TdxMemIndexes Members

dxmdaset Unit