"windowVisible"

This attribute allows to get or set the visibility of the panel.

Synopsis

this.windowVisible(bool state);

Parameter

Parameter Description
state

Visibility of the panel

  • TRUE: Panel visible

  • FALSE: Panel invisible

Description

This attribute allows to get or set the visibility of the panel.

This attribute is not available when the panel is used inside an embedded module.

Example

main()
{
  this.windowVisible(TRUE);
}

Assignment

Panel