TdxMemField Class
In This Article
The TdxMemField is the object used by the ExpressMemData component to store specific memory field definitions.
#Declaration
Delphi
TdxMemField = class(
TObject
)
#Remarks
The TdxMemField object allows you to get access to the memory field definition. Each of ExpressMemData’s memory fields is a list of pointers to field values.
See Also