Destroys the dependency object and releases resources
Source position: fpmkunit.pp line 615
public destructor TDependency.Destroy; override; |
Destroy cleans up the dependency object and removes it from its containing collection.
The destructor ensures proper cleanup of version objects and conditional string resources.
The dependency is automatically unregistered from the build system when destroyed.