API:FireDAC.Phys.OracleWrapper.TOCILib.Unload

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unload; override;

C++

virtual void __fastcall Unload();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.OracleWrapper.pas
FireDAC.Phys.OracleWrapper.hpp
FireDAC.Phys.OracleWrapper TOCILib

Description

Frees the loaded DLL module.

FireDAC.Phys.OracleWrapper.TOCILib.Unload inherits from FireDAC.Stan.Util.TFDLibrary.Unload. All content below this line refers to FireDAC.Stan.Util.TFDLibrary.Unload. Frees the loaded DLL module.

Unload frees the address space occupied by the DLL module.

See Also