Skip to content

RegisterWidget - cWebWidgetContainer

Registers WebWidgets with the container

Type: Procedure

Parameters

Parameter Type Description
hoWidgetClass Handle Handle to the class of the cWebWidget to add, e.g. (RefClass(cMyWidgetClass))

Syntax

Procedure RegisterWidget Handle hoWidgetClass

Call Example

Send RegisterWidget hoWidgetClass

Description

This procedure is used to register WebWidgets with the container.

Registering a Widget lets the container know that it can (dynamically) create instances of this class in the future. The registered widget will get added to an internal administration where the information is used for various future actions.