Activate - cWebDynamicObjectContainer

Activates dynamic objects that have been created

Type: Procedure

Parameters: None

Syntax
Procedure Activate 

Call: Send Activate


Description

Activates newly created dynamic objects by sending them to client (and rendering them).

This call should be used if the container is empty, and all objects are freshly created using CreateDynamicObject.

If the container already contains rendered objects, then InsertDynamicObject, PrependDynamicObject or AppendDynamicObject should be used. Activate would be used when creating dynamic objects for the first time or after ResetContainer has been used.