System.UnregisterModule

From RAD Studio API Documentation
Revision as of 00:28, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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