[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#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;

  var 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: May 14 2021