RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStoredProc.Destroy Destructor

Destroys the instance of a stored procedure.

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

Do not call Destroy directly. Instead, call Free, which verifies that the stored procedure is not nil before calling Destroy. 

Destroy disconnects from the server, frees the parameter list, and calls its inherited Destroy destructor. 

 

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