Frees the object instance.
destructor Destroy; override;
Destroy is the destructor for the object instance.
Destroy frees resources allocted in the Create constructor, including Request and Response.
Destroy calls the inherited Destroy method prior to exiting.
TIdHTTPProtocol.Create
TIdHTTPProtocol.Request
TIdHTTPProtocol.Response
TIdHTTP