FireDAC.Comp.Client.TFDCustomCommand.CloseAll

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CloseAll;

C++

void __fastcall CloseAll();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Beschreibung

Schließt alle Anweisungscursors.

Die Methode CloseAll schließt alle Anweisungscursors. Danach erhält State den Wert csPrepared.

Siehe auch