System.RegisterModule

From RAD Studio API Documentation
Revision as of 00:49, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure RegisterModule(LibModule: PLibModule);

C++

extern DELPHI_PACKAGE void __fastcall RegisterModule(PLibModule LibModule);

Properties

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

Description

Registers the specified module.

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

See Also