Home Search

DriveWorks Solo 21
Items

Send Feedback

Items

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 BoxList BoxOption Group

To Change the Default Value

The default value of the property can be changed by One of the following methods:

  • Enter the required value directly into the property field
    1. Click in the property for the control to be changed
    2. Type the required value directly into the property field
  • Activate the Rule Builder.
    1. Click in the property for the control to be changed
    2. Click the build button at the end of the property field to launch the rule builder
    3. Enter the rule in the rule editor and click OK to apply

Examples

Property ValueResultNotes
"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.