RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStoredProc.Destroy Destructor

Destroys the instance of a stored procedure.

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

Do not call Destroy directly. Instead call Free to verify that the stored procedure is not already freed before calling Destroy. Destroy disconnects from the server, frees the parameter list, and calls its inherited Destroy destructor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!