SharedSuffix
Extension of shared library
Declaration
Source position: dynlibs.pas line 28
const
SharedSuffix = System.SharedSuffix
Description
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.
See also
Name | Description |
---|---|
HModule | Alias for TLibHandle type. |
TLibHandle | Library handle type |