Widget and Node Group Members

Navigation:  Widget Designer > Script Language > Object and Member Notation (dot syntax) >

Widget and Node Group Members

prev main next

Navigation:  Widget Designer > Script Language > Object and Member Notation (dot syntax) >

Widget and Node Group Members

prev main next

Loading...

Show/Hide hidden text

This chapter gives an overview of the members available for Widget and Node Groups. Please read the chapter "Widget and Node Groups" if you would like to know how to add and use this device. As explained in the chapter "Object and Member Notation (dot syntax)", a variety of objects can be addressed in the scripting language by using their members which set, or return if applicable, properties or methods of that object. Please refer to the chapter "Script Language" for more details about scripting in general.

With scripting a group, you can change all devices of the same type at the same time by using the following:

WidgetGroup1.CustomScript.SubMember

To talk to a single group member, use the following:

WidgetGroup1.CustomScript("CustomScript1").SubMember
or
WidgetGroup1.CustomScript(1).SubMember

 

hmtoggle_arrow1Project.WidgetGroup
hmtoggle_arrow1WidgetGroup.FrameColor
hmtoggle_arrow1WidgetGroup.GetFrameColor
hmtoggle_arrow1WidgetGroup.GetName
hmtoggle_arrow1WidgetGroup.GetTitleColor
hmtoggle_arrow1WidgetGroup.GetWindowName
hmtoggle_arrow1WidgetGroup.Name
hmtoggle_arrow1WidgetGroup.SetFrameColor
hmtoggle_arrow1WidgetGroup.SetTitleColor
hmtoggle_arrow1WidgetGroup.TitleFontColor