System.UnregisterModule

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterModule(LibModule: PLibModule);

C++

extern DELPHI_PACKAGE void __fastcall UnregisterModule(PLibModule LibModule);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Unregisters the specified module.

This is an internal function and should not be used directly.

See Also