Skip to main content

TdxMemIndexes Class

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

Declaration

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

See Also