Unit 'fgl' Package
[Overview][Constants][Types][Classes][Index] [#rtl]

TFPGMapInterfacedObjectData.Data

Indexed access to the data in the list.

Declaration

Source position: fgl.pp line 431

public property TFPGMapInterfacedObjectData.Data[Index: Integer] : TData
  read GetData
  write PutData;

Description

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.

Errors

If the index AIndex is out of range [0..Count-1], an EListError exception will be raised.

See also

TFPSList.Count

  

Current element count.

TFPGMapInterfacedObjectData.Keys

  

Indexed access to the keys in the list.

TFPGMapInterfacedObjectData.KeyData

  

Access to data based on key.


Documentation generated on: Jul 24 2023