This chapter describes the ITP/OnLine Server COM API.
The COM library implements a class called ITPOLS1.MODEL and a class called ITPOLS1.JOB.
They support a so-called dual interface. Both late binding (IDispatch interface for OLE Automation) and early binding (VTBL interface) are supported. Late binding is suited for scripting languages, while early binding is more suited for compiled languages.
This chapter describes the properties, methods and events of the ITPOLS1.MODEL and the ITPOLS1.JOB class, and introduces the examples that can be installed with this COM library.