FireDAC.Stan.Util.TFDLibrary.Unload

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unload; virtual;

C++

virtual void __fastcall Unload();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util TFDLibrary

Description

Frees the loaded DLL module.

Unload frees the address space occupied by the DLL module.

See Also