Versions Compared

Key

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

...

PosNameTypeDescription
<1>DataTextThe data from a column in the selected row of the drop down list

...

If there is no drop down selection, then this property is blank. If you need data from a non-selected row, use the ComboData instead.

Example

Code Block
// NOTE: using ; and not . 
CtrlId = @Window:";EDITLINE" 

// Get the full row's data from the combo box selection 
RowData = Get_Property(@Window:".OLE_EDITTABLE", "OLE.ComboRowData[":CtrlId:"]")

See Also

ComboComboSelPosComboDataComboDropDown