System Widget - *Create

 
Set-Only Attribute. *CREATE is used to create the specified widget and associate it with the previously specified "*NAME". If the previously specified "*NAME" is already associated with a widget, the create fails. If the SYSTEM widget is a child widget, all root widgets through the SYSTEM widget will appear as children of the SYSTEM widget's parent. Each new widget in a SYSTEM widget must have a unique name. For example:
 
    ASSIGN @A TO WIDGET "SYSTEM"
   CONTROL @A;SET("*NAME":"Panel1","*CREATE":"PANEL")
   CONTROL @A;SET("*NAME":"Panel1/Meter1","*CREATE":"METER")
                    .
                    .
                    .
   CONTROL @A;SET("*NAME":"Panel1","VISIBLE"1)
   CONTROL @A;SET("*NAME":"Panel1/Meter1","VALUE":50.1,
                                         "ARC WIDTH":10)