Back to Devexpress

TdxMemField Class

vcl-dxmdaset-ea986319.md

latest662 B
Original Source

TdxMemField Class

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.

Inheritance

TObject TdxMemField

See Also

TdxMemData

TdxMemFields

TdxMemField Members

dxmdaset Unit