Versions Compared

Key

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

...

The Item parameter is the index of the item clicked. You can read the ComboData and use the Item parameter to read the entire row. If you only need the row's value, use the next parameter.

...

Code Block
Transfer Param1 to CtrlId 
Transfer Param2 to Item 
Transfer Param3 to Value 

// Since my CtrlId is the same the OI Control Entity Name, 
// I can use it to manipulate the OI properties as well 
Set_Property(CtrlId, "TEXT", "Combo drop down item ":Item:" was clicked, and it's value is ":Value:".")

See Also

Combo