Frees the object instance.
destructor Destroy; override;
Destroy is the destructor for the object instance.
Destroy ensures that Active is set to False, and frees and releases resources allocated in the Bindings property. Destroy calls the inherited method prior to exiting.
Active Bindings