FireDAC.Comp.Client.TFDCustomCommand.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 TFDCustomCommand

Description

Releases the SQL command's resources.

Use Unprepare to release the resources of the prepared SQL command. After the call, the value of the state becomes csInactive. You can unprepare the command by setting Prepared to False.

See Also