Check Box Group
See Check Box Group for more information.
The Items property controls the items available for selection in a list control.
Property Type: Dynamic
Default Value: null
Hierarchical Reference: ControlNameListData
Each item to be displayed in the list control are to be separated by the '|' symbol, for example:
"Item A|Item B|Item C|Item D|Item E|Item F"
or
"Item A" & "|" & "Item B" & "|" & "Item C" & "|" & "Item D" & "|" & "Item E" & "|" & "Item F"
Items will be displayed in the list control in the following ways:
See Check Box Group for more information.
See Combo Box for more information.
See List Box for more information.
See Option Group for more information.
The default value of the property can be changed by One of the following methods:
Property Value | Result | Notes |
---|---|---|
"Item A|Item B|Item C|Item D|Item E|Item F" | Will list all items as separate entities in the control | |
DWConstantItemA & "|" & DWVariableItemB & "|" & "Item C" | Will list the value coming from the constant Item A, the variable Item B and Item C as separate entities in the control |
DriveWorks has many functions that assist in the creation of list items:
Value can be controlled by a rule.