GenClass: 1 GenClass Features

Up: GEOS SDK TechDocs | Up | Prev: GenClass | Next: 2 GenClass Instance Data

GenClass provides the instance fields and message handlers common to all generic objects. You will need to understand and manipulate GenClass operations in almost every generic object you create. GenClass is very powerful and diverse, providing a number of wide-ranging functions within your user interface. GenClass in specific provides the following:

Most importantly, GenClass provides the common functionality that will be accessed by all generic objects from the simplest GenTrigger to the most complex GenView.


Up: GEOS SDK TechDocs | Up | Prev: GenClass | Next: 2 GenClass Instance Data