Skip to main content

TdxMemFields.Items Property

Provides indexed access to memory fields in the collection.

Declaration

property Items[Index: Integer]: TdxMemField read;

Property Value

Type Description
TdxMemField

A dataset field stored in memory.

Remarks

Pass an index as the Index parameter to access the corresponding memory field. Read the Count property to obtain the number of accessible memory fields.

See Also