[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Finalize the class instance.
Source position: objpash.inc line 132
public procedure TObject.CleanupInstance; |
CleanUpinstancefinalizes the instance, i.e. takes care of all reference counted objects, by decreasing their reference count by 1, and freeing them if their count reaches zero.
Normally, CleanupInstanceshould never be called, it is called automatically when the object is freed with it's constructor.
None.
|
TObjectdestructor. |
|
|
Check for Niland call destructor. |
|
|
Initialize a new class instance. |