LOTUSSCRIPT/COM/OLE CLASSES
Loads a LotusScript extensions (LSX) file containing Public definitions.
Defined in
NotesUIWorkspace
Syntax
Call notesUIWorkspace.UseLSX( lsxLibraryName$ )
Parameters
lsxLibraryName$
LotusScript registers the Public classes defined in the LSX file for use in the module containing the UseLSX statement. Other modules that use the containing module can also access the Public classes.
Language cross-reference
UseLSX statement in the LotusScript language.
Example