TFPSMap.Data
Indexed access to the locations of all data items
Declaration
Source position: fgl.pp line 291
public Property
Data[Index: Integer]: Pointer;
Description
Data provides indexed access to all data. It does not return the actual data, but returns a pointer to the data. When setting the Data property, a pointer to the data value must be set, and the data value is copied from the pointer.
See also
| Name | Description |
|---|---|
| TFPSMap.DataSize | Size (in bytes) for the data associated with keys |
| TFPSMap.KeyData | Access to data locations using key |
| TFPSMap.Keys | Indexed access to the locations of all keys |