:: Documentation >> Reference >>

init Method

Initializes the object.

Syntax

obj.init();

Remarks

This method normaly contains all object initialization code (instead of the constructor function). Constructor function is the same for all objects and only contains object.init() call.

Applies To

Active.System.Object