TdxCustomMemData.Data Property
In This Article
Provides access to a collection of stored memory fields.
#Declaration
Delphi
property Data: TdxMemFields read;
#Property Value
Type | Description |
---|---|
Tdx |
The collection of fields in the memory-based dataset. |
#Remarks
Refer to the TdxMemFields class description for detailed information on available options.
See Also