| [Overview][Constants][Types][Procedures and functions][Index] | 
Cross-platform support for dynamically loadable libraries
| uses | ||
| 
 | The system unit | 
The Dynlibs unit provides support for dynamically loading shared libraries. It is available only on those platforms that support shared libraries. The functionality available here may only be a part of the functionality available on each separate platform, in the interest of portability.
On UNIX platforms, using this unit will cause the program to be linked to the C library, as most shared libraries are implemented in C and the dynamical linker too.