TdxMemIndexes Class
In This Article
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