RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxConnection.Destroy Destructor

Destroys a TAdoDbxConnection instance.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TAdoDbxConnection();

This method destroys a TAdoDbxConnection instance, freeing all its resources.

Note: This method should not be called directly. Call either the Close or Free method instead.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!