%HI_CloseRow function


Function
The function terminates updating of the row values of the object of Structured variable (Control function).
Declaration
INT %HI_CloseRow(
   HBJ in refToStruct, 
   INT in index
 )

Parameters
refToStruct Reference to the object of Structured variable type.
index Structured variable row.

Description
The function terminates updating the values of the structured variable row defined by the parameter index. The structured variable is defined by the parameter refToStruct of HBJ type (for example: SV.Structure\HBJ). Value of the parameter index is not checked because of the size of the structured variable.
Example
Termination of updating the values of the row 5 of the structured variable SV.Structure:
 
_retCode := %HI_CloseRow(SV.Structure\HBJ, 5)