GetItem() method
- Last UpdatedJun 19, 2024
- 1 minute read
Returns the data at a specified row and column as a string.
Syntax
Object.GetItem(Integer, Message)
Parameters
Integer
An integer expression that evaluates to a specific row in the control.
Message
A string expression that evaluates to the column name in the control.
Example
The name of the control is AlmDbView1 and tag is defined as a Message tag.
tag = #AlmDbView1.GetItem(1, "Group");