HI_SetLocVarStText
%HI_SetLocVarStText function
Function
The function sets an object of Status text type to local variable or to an item of structured local variable to be displayed.
Declaration
%HI_SetLocVarStText (
UNIVAL in _locVar
HBJ in stText
)Parameters
_locVar | Local variable of the picture, or field of structured local variable of picture. |
stText | Reference to object of Status text type. |
Description
The function sets the object of Status text type to local variable of picture which displays its value. Status text can also be set to the item of structured local variable of picture.
Assignment of Status text can not be applied for display of structured variable in displayer of Browser type.
Example
%HI_SetLocVarStText (_locVar, StText\HBJ) %HI_SetLocVarStText (_rec[1]^Periode, StText\HBJ)