[Overview][Constants][Classes][Index] |
Removes the TEZCGI component from memory
Source position: ezcgi.pp line 62
public destructor TEZcgi.Destroy; override; |
Destroy removes all variables from memory and then calls the inherited destroy, removing the TEZCGI instance from memory.
Destroy should never be called directly. Instead Free should be used, or FreeAndNil
|
Creates a new instance of the TEZCGI component |