[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Does the hash table own the objects ?
Source position: contnrs.pp line 471
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 |
No notes exist for this page yet.