[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set a new handler for dynamic library support
Source position: dynlibh.inc line 65
procedure SetDynLibsManager( |
const New: TDynLibsManager |
); |
const New: TDynLibsManager; |
var Old: TDynLibsManager |
); |
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.
|
Cross-platform support for dynamically loadable libraries |
|
|
Return currently active dynamic library support handler |