RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxCommand.Destroy Destructor

Destroys a TAdoDbxCommand instance.

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

This method destroys a TAdoDbxCommand instance, freeing all its resources, by calling the Close method.

Note: Developers should rarely call Destroy directly; calling Dispose (or Free in Delphi) maps the call to the destructor.
 

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