[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Method called before the destructor is called.
Source position: objpash.inc line 151
public procedure TObject.BeforeDestruction; virtual; |
BeforeDestructionis a method called before the destructor is called. It does nothing in the implementation of TObjectand must be overridden by descendent classes to provide specific behaviour that is executed before the destructor has finished executing. (for instance, call an event handler)
None.
|
Method called after the constructor was called. |
|
|
TObjectdestructor. |
|
|
Check for Niland call destructor. |