"namedRegisterPanel";

Displays the defined panel on the defined tab.

Synopsis

setValue(string shape, "namedRegisterPanel", string registerName, string fileName, dyn_string params);

shape.namedRegisterPanel(string registerName, string fileName, dyn_string params);

Parameters

Parameter Description
registerName Name of the tab
fileName Path and name of the panel. Specify a relative path (an absolute path causes an error message).
params $Parameters of the panel

Description

Displays the defined panel on the defined tab.

Example

main()
{
  Tab1.namedRegisterPanel("Tab1", "objects/RegPan2_ref.pnl",
  makeDynString("$Testvalue:" + $Hugo + ""));
}
Figure 1. The "About" Panel is opened on the WinCC_OA Tab

Assignment

Tab