zObjects is the result of more than 20 years of APL+Win application development
for our APL+Win customers. It has been carefully and progressively crafted one application after another.
You can perfectly start using zObjects right away in any existing APL+Win(1) application.
All zObjects have a name starting with a z followed by an uppercase letter (example: zExcel) or
by znet for the .Net objects (example: znetNotifyIcon). There will be no conflicts with your own application
functions. The zObjects will also be grouped at the end of a )fns command output, thus not mixing your own
application functions with the zObjects.
zObjects is delivered as an APL+Win User Command file, so you only need to load into your workspace the few zObjects
you plan to use plus the zzInit utility function which initializes the zObjects system.
Virtually all zObjects are self contained APL functions (except for the zz utilities created by zzInit).
To start using zObjects in your own application, just do:
]uload zzInit
⍝ Then run zzInit:
zzInit
and then ]uload only the particular zObjects you plan to use in your application.
1 zObjects requires the latest version of APL+Win.