Home Search

DriveWorks Pro 21
Selected Row Index

Send Feedback

Selected Row Index

The Selected Row Index gets or sets the selection by index.

Property Type: Dynamic

Default Value: 0

Hierarchical Reference: ControlNameReturn

To Change the Default Value

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

  • Enter the required value directly into the enabled 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
5Will force the Data Table to result in row 5 being selected.When forcing the control to result in a value this way we recommend setting the enabled property to be False.
IF(AND(LengthReturn=100, SWLReturn=850),7,0)Will force the Data Table to result in row 7 being selected when the control Length equals 100 and SWL equals 850. Otherwise no row will be selected.When forcing the control to result in a value this way we recommend setting the enabled property to be False.

Value can be controlled by a rule.