TdxMemField.Values Property
Provides indexed access to all values stored in the memory field.
Declaration
property Values[AIndex: Integer]: TRecordBuffer read;
Property Value
| Type | Description |
|---|---|
| TRecordBuffer | The pointer to a value. |
Remarks
Pass an index as the Index parameter to obtain a pointer to the corresponding data field value stored in memory. The Values property returns nil (in Delphi) or nullptr (in C++Builder) if the memory field contains no value at the specified position.
See Also