TdxMemField.Field Property
In This Article
Provides access to the dataset field stored in memory.
#Declaration
Delphi
property Field: TField read;
#Property Value
Type |
---|
TField |
#Remarks
To access individual dataset field values via pointers, use the Values property.
See Also