[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Node type for owned objects.
Source position: contnrs.pp line 475
type THTOwnedObjectNode = class(THTObjectNode) |
||
public |
||
destructor Destroy; override; |
|
Destroys the node and the object. |
end; |
|
Node type for owned objects. |
|
| | ||
|
Node type for TFPObjectHashTable |
|
| | ||
|
Single item in the hash table. |
|
| | ||
THTOwnedObjectNode is used instead of THTObjectNode in case TFPObjectHashTable owns it's objects. When this object is destroyed, the associated data object is also destroyed.
|
Hash table for object instances |
|
|
Node type for TFPObjectHashTable |
|
|
Does the hash table own the objects ? |