Purpose
Abstract class most Objects inherit from
Accesses/Assigns
Caption | Returns the caption property of the object, or NULL_STRING if no Caption is defined |
Description | Returns the Description property of the object, or NULL_STRING if no description is defined |
Name | Abstract Name to make sure all Daobjects have a name access |
Properties | Collection of Property objects |
Methods
DumpPropertyList | Method for debugging, that dumps all the properties to the DebugWin terminal |
GetProperty | Get value of named property, or NIL if it doesn't exist |
PropertyList | Method for debugging, that returns an array of all property names and values |
SetProperty | Set value of named property. |