FireDAC.Comp.Client.TFDCustomCommand.CloseAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseAll;

C++

void __fastcall CloseAll();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Description

Closes all command cursors.

The CloseAll method closes all command cursors. After that, the State takes the csPrepared value.

See Also