Note: This section assumes that the reader has a basic grasp of the Java
programming enviroment and language. Function libraries must be
implemented in Java.
A function library is a set of properties and methods that are defined
for a particular installation of ZxApp IT, and do not save as
part of an organizer file.
To implement a Function library, include zxcore.jar
in your classpath, and implement the com.zipxap.infobinder.scripting.ILibrary
interface. Once this is done, ensure your jar is named *_flib.jar, and
place it in the <app directory>/dist/lib directory. The function
library will be available to all users the next time that ZxApp IT is
restarted.