FireDAC.Comp.Client.TFDRdbmsDataSet.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
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDRdbmsDataSet

Description

Releases SQL command resources.

Use Unprepare call to release prepared SQL command resources. You can unprepare a command by setting Prepared to False.

See Also