RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOConnection.Destroy Destructor

Destroys the bitmap button object.

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

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the ADO connection is not nil, and only then calls Destroy. 

Destroy performs the following tasks: 

Closes the connection. 

Destroys its list of associated datasets. 

Checks for unprocessed connection events. 

Destroys its connection interface. 

Calls the inherited destructor. 

 

Create_d 

Free

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