[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Free the EupdateError instance
Source position: db.pas line 91
public destructor EUpdateError.Destroy; override; |
Destroy frees the original exception object (if there was one) and then calls the inherited destructor.
If the original exception object was already freed, an error will occur.
lazarus-ccr.sourceforge.net |