Documentation Center

The PassoloApp Object

The mother object in Passolo is the object PassoloApp. This is a direct reference to the Passolo program itself. It provides some helper functions and gives you access to all other Passolo objects. For a complete description of all objects and attributes refer to the chapter Passolo Object Model Reference.

Within the Sax Basic Engine you access the PassoloApp object via the predefined PSL object. There is no need to declare or create the object. Just type "PSL".

If you automating Passolo from another scripting engine like Visual Basic you need to create an PassoloApp object. It's recommended that you name this object "PSL". That makes it easier to reuse parts of the script in the Sax Basic Engine.

PassoloApp is the only object which exposes events to the system macro. Use the system macro to define event handlers, which extend the functionality of Passolo.