The Items property controls the items available for selection in a list control.
Property Type: Dynamic
Default Value: null
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:
Combo Box | List Box | Option Group |
---|---|---|
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:
A value controlled by a rule.