Associative array of data items.
Source position: contnrs.pp line 607
|  public property TObjectBucketList.Data[AItem: TObject] : TObject | 
Data provides associative access to the data in the list: it returns the data object associated with the AItem object. If the AItem object is not in the list, an EListError exception is raised.
| 
 | Add an object to the list. |