Versions Compared

Key

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

...

The ItemValue property returns the item's value, which is determined by the column's ColumnDataSource setting. If the data source is Text, then this property is the same as the ItemText property. If the data source is CheckBox, then this property is the same as the ItemChecked property. If the data source is Both, then this property is the check box value, followed by the text value, @FM delimited.

...

Code Block
// Get an item's value 
Value = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.ItemValue[2;1]") 

// Set an item (whose data source is Both) in record 10, column 3 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ItemValue[3;10]", 1:@FM:"Hello, World.")

See Also

ItemCheckedItemText