GetDynLibsManager
Return currently active dynamic library support handler
Declaration
Source position: dynlibh.inc line 64
procedure GetDynLibsManager(out Manager: TDynLibsManager);
Description
GetDynLibsManager returns the currently active dynamic library support handler. This handler has normally been set by inclusion of the #rtl.dynlibs unit.
See also
Name | Description |
---|---|
#rtl.dynlibs | Cross-platform support for dynamically loadable libraries |
SetDynLibsManager | Set a new handler for dynamic library support |