FireDAC.Comp.Client.TFDCustomCommand.CloseAll

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 CloseAll;

C++

void __fastcall CloseAll();

Description

Closes all command cursors.

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

See Also