GetSelectedItem() Method
- Last UpdatedFeb 01, 2021
- 1 minute read
Returns the data for the selected row, given column as string
Syntax
Object.GetSelectedItem(Message)
Parameters
Message
An string expression that evaluates to the column name in the control
Example
The name of the control is AlmDbView1 and tag is defined as Message tag.
tag = #AlmDbView1.GetSelectedItem("State");