"ModuleName"

In the case of an embedded module, this attribute is used to specify the module name in which a panel opens. From version 3.5 up, Canvas ActiveX is replaced by Embedded Module.

Synopsis

setValue(string shape, "ModuleName", string Name);

getValue(string shape, "ModuleName", string Name);

shape.ModuleName(string Name);

Parameter

Parameter Description
shape Name of the object
Name The name of the module

Description

In the case of an embedded module, this attribute is used to specify the module name in which a panel opens.

Example

The following example opens the panel manAuto.pnl in the embedded module "TestModule" with the title "Test".

main(bool enter)
{
  this.ModuleName = "TestModule";
  RootPanelOnModule("manAuto.pnl","Test","TestModule","");
}
Abbildung 1. A Panel opened in an Embedded Module
Abbildung 2. A Panel opened in the Zoom Navigator

Assignment

Zoom Navigator, embedded module