SetDynLibsManager

Set a new handler for dynamic library support

Declaration

Source position: dynlibh.inc line 65

  procedure SetDynLibsManager(const &New: TDynLibsManager);
  procedure SetDynLibsManager(const &New: TDynLibsManager; 
                             out Old: TDynLibsManager);

Description

SetDynLibsManager sets the handler for dynamic library support to New. Optionally, it returns the currently active handler in Old.

This is the routine used by the #rtl.dynlibs unit to set the default handler.

See also

Name Description
GetDynLibsManager Return currently active dynamic library support handler
#rtl.dynlibs Cross-platform support for dynamically loadable libraries