FireDAC.Comp.Client.TFDCustomCommand.Unprepare

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomCommand

Delphi

procedure Unprepare;

C++

void __fastcall Unprepare();

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