IBX.IBStoredProc.TIBStoredProc.UnPrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnPrepare; override;

C++

virtual void __fastcall UnPrepare();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBStoredProc.pas
IBX.IBStoredProc.hpp
IBX.IBStoredProc TIBStoredProc

Description

Frees the resources allocated for a previously prepared stored procedure.

Call UnPrepare to free the resources allocated for a previously prepared stored procedure on the server and client sides.