Bde.DBTables.TStoredProc.UnPrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnPrepare;

C++

void __fastcall UnPrepare();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TStoredProc

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.

See Also