ESLLIB Subroutine
Load all external strings from the resource DLL at once.
call EslXstrPreloadAllStrings( )
Description
Load all external strings from the resource DLL at once, instead of waiting until they are used.
Externalized strings in string constants and string literals are only loaded from the string DLL as they are needed. String variables whose initial values are externalized are always loaded when the program starts. For a few applications with many strings, it may be better to load all of the strings at start-up time or when the string DLL is dynamically changed, so there will be no additional delays once they have been loaded.
See Also
EslXstrSetPrimaryDLL( ) ESLLIB Subroutine
EslXstrSetSecondaryDLL( ) ESLLIB Subroutine
EslXstrResetAllStrings( ) ESLLIB Subroutine