ui.Interface.setContainer

Define the parent container for the current program.

Syntax

ui.Interface.setContainer(
   name STRING )
  1. name is the name of the parent container.

Usage

Use the ui.Interface.setContainer(name) class method to specify the name of the parent WCI container where the current program windows must be displayed.

Each WCI program must be identified by a name, to be set with the ui.Interface.setName() class method.