Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldDescriptionDefault
<1>Headers & Gridlinesdefaults to a light grays, RGB(240,240,240) 
<2>Selectiondefaults to "Select"
<3>Backgrounddefaults to "White"

Example


...

SetValues

Sets a value or group of values into the property panel, based on the property or property list.

Usage

Code Block
Code Block
ItemList = ""
ItemList<-1> = 1 :@VM: "Load"               
ItemList<-1> = 2 :@VM: "Status"
ItemList<-1> = 2 :@VM: "Entered" :@VM: "" :@VM: "D" :@VM: "D4/":@SVM:"D"
ItemList<-1> = 2 :@VM: "Agent"

ColWidth = 100 :@FM: "A"
Errors = SRP_PropertyPanel(PanelCtrl, "InitSetValues", ItemList, ColWidth)

Result

Image Removed

GetKeys

GetValue

...

Values)

Parameters

Values

PosNameDescription
<x, 1>
Property
<x, 2>
ValueThe value associated with the above property;

...

GetValue

GetKeys

RollUpAll

UnRollAll

Examples