System.RegisterModule

From RAD Studio API Documentation
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