RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOCommand.Destroy Destructor

Destroys the command component.

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

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

Destroy performs the following tasks: 

Destroys the command object in the CommandObject property. 

Destroys the parameter collection in the Parameters property. 

Calls the inherited destructor. 

 

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