AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkHttpConnection.Destroy Destructor

All HTTP connections are automatically destroyed when their owner (such as the application in which it is used) is destroyed. However, if you don't need the connection anymore, you can save resources and close the connection by destroying it earlier. Also, when the connection has no owner, you need to destroy it yourself when you are done with it.

Syntax
Pascal
destructor Destroy; override;
Copyright (c) 2012. All rights reserved.