System.RegisterModule
From RAD Studio VCL Reference
Contents |
Delphi Information
From System.pas
procedure RegisterModule(LibModule: PLibModule);
Unit: System
Type: procedure
Visibility: public
C++ Information
From System.hpp
void __fastcall RegisterModule(System::TLibModule * LibModule);
Unit: System
Type: function
Description
Registers the specified module.
This is an internal function and should not be used directly.