Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

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

#rtl.dynlibs

  

Cross-platform support for dynamically loadable libraries.

GetDynLibsManager

  

Return currently active dynamic library support handler.


Documentation generated on: Jul 24 2023