Indexed access to the data in the list.
Source position: fgl.pp line 340
|  public property TFPGMap.Data[Index: Integer] : TData | 
Data provides indexed access to the data values in the list. Valid values for Index are in the range [0..Count-1]. Data can always be read or written.
If the index AIndex is out of range [0..Count-1], an EListError exception will be raised.
| 
 | Current element count. | |
| 
 | Indexed access to the keys in the list. | |
| 
 | Access to data based on key. |