:: Documentation >> Reference >>

Active.System.Object

Generic base class - root of the ActiveUI class hierarchy.

Constructor Syntax

var obj = new Active.System.Object;

Class Hierarchy

Parent Classes:
Active.System.Object
Derived Classes:
Active.System.Model
Active.System.Format
Active.System.HTML

Public Methods

cloneCreates an object clone.
handleHandles exceptions in the ActiveUI methods.
initInitializes the object.
timeoutCalls a method after a specified time interval has elapsed.
toStringConverts object to string.