[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Associative array of data items
Source position: contnrs.pp line 579
public property TObjectBucketList.Data : 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 |