contents   index   previous   next



Objects and Classes

 

One of the most important tasks for a ScriptEase application writer is to design and implement object classes for the application’s scripts to use. Most applications will have underlying data and functions that the script should be able to access in object form. This chapter will start with a discussion of object classes and finish with details on implementing those classes using ScriptEase.

 


OBJECT CLASSES

DYNAMIC OBJECTS

FUNCTION REDIRECTION