| [Overview][Constants][Types][Procedures and functions][Index] | 
Extension of shared library
Source position: dynlibs.inc line 34
| const SharedSuffix = 'so'; | 
SharedSuffix contains the extension of a shared library (dynamically loadable library) on the current platform. It does not contain the . (dot) character. This can be used to determine the name of a shared library in a platform independent way.
| 
 | Alias for TLibHandle type. | |
| 
 | Library handle type |