HI_EditItem
%HI_EditItem function
Function
The function %HI_EditItem switches the specified item of the displayer of Browser type to the editing mode (control function). The editing mode must be enabled in displayer.
Declaration
%HI_EditItem(
INT in refId,
INT in row,
INT in col
) Parameters
refId | Reference to graphic object |
row | Item row. |
col | Item column. |
Note
The parameters row and col define the row and the column of the item. Their values can be within the range of 1 ... .
Example
; start the editing of the item placed in 3rd row and 2nd column%HI_EditItem(_refId, 3, 2)Note
If the defined row is not on the current page, or the column is hidden, the function has no effect.