RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRDSConnection.Destroy Destructor

Destroys the instance of a connection component.

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

Do not call Destroy directly in an application. Instead, call Free, which verifies that the TRDSConnection reference is not nil before calling Destroy 

Destroy closes all active datasets and closes its connection before freeing all internal resources. 

Destroyperforms the following tasks: 

Clears references. 

Frees its data space object. 

Calls the inherited destructor. 

 

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