Navigation:  DAO Object Classes >

DaoDao Class

Previous pageReturn to chapter overviewNext page

Purpose

Abstract class most Objects inherit from

 

Accesses/Assigns

CaptionReturns the caption property of the object, or NULL_STRING if no Caption is defined
DescriptionReturns the Description property of the object, or NULL_STRING if no description is defined
NameAbstract Name to make sure all Daobjects have a name access
PropertiesCollection of Property objects

 

Methods

DumpPropertyListMethod for debugging, that dumps all the properties to the DebugWin terminal
GetPropertyGet value of named property, or NIL if it doesn't exist
PropertyListMethod for debugging, that returns an array of all property names and values
SetPropertySet value of named property.