"initAllShapes"

Allows to trigger the initialize scripts for all of the panel's shapes.

Synopsis

this.initAllShapes();

Parameter

Parameter Description
-

Description

This write-only property allows to trigger the initialize scripts for all of the panel's shapes (provided that they were not already started). This also applies to shapes which are not visible and the startInitScriptMode is set to "only visible shapes".

Example

main()
{
  this.initAllShapes();
}

Assignment

Panel