HI_SetAXRefProp
%HI_SetAXRefProp function
Function
The function sets the given variable to the value defined by the parameter value.
Declaration
%HI_SetAXRefProp(
INT in refID,
TEXT in variableName,
in value
) Parameters
refId | Reference to ActiveX object (reference variable) or interface returned by calling the function HI_GetAXProp. |
variableName | Name of the variable to set. |
value | Value (of required type) to set. |
Description
The function set the defined variable using the reference to the ActiveX object.