TdxMemFields.Items Property
In This Article
Provides indexed access to memory fields in the collection.
#Declaration
Delphi
property Items[Index: Integer]: TdxMemField read;
#Property Value
Type | Description |
---|---|
Tdx |
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