[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Does the hash table own the objects ?
Source position: contnrs.pp line 484
public property TFPObjectHashTable.OwnsObjects : Boolean |
OwnsObjects determines what happens with objects which are removed from the hash table: if True, then removing an object from the hash list will free the object. If False, the object is not freed. Note that way in which the object is removed is not relevant: be it Delete, Remove or Clear.
|
Create a new instance of TFPObjectHashTable |
|
|
Key-based access to the objects |