FireDAC.Comp.Client.TFDCustomManager.Close

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: TFDCustomManager

Delphi

procedure Close;

C++

void __fastcall Close();

Description

Terminates the FireDAC manager.

The Close method terminates the manager, by setting Active to False.

See Also