Class: Class1 |
Superclass: None |
Interfaces: None |
Constants |
Name | Type | Value | Scope | Description |
kConstant1 |
Integer |
1 |
Protected |
This is the first constant.
|
kConstant2 |
Integer |
2 |
Protected |
This is another constant.
|
kConstant3 |
Integer |
3 |
Protected |
This is the third, and final constant.
|
Menu Handlers |
OptionsChoice1 |
|
This handler takes care of Choice1 in the Options menu.
|
|
Methods |
aMethod(something as double) [Public] |
|
A very useful method
Pass something to this event to make things happen.
|
|
New Events |
anEvent() as boolean |
|
A nice, shiny, new event
|
|
Properties |
Name | Type | Scope | Description |
pProperty1 |
string |
Protected |
a property
|
pProperty2 |
boolean |
Private |
another property
|
|
|