HI_SetIDispRefProp
%HI_SetIDispRefProp function
Function
The function sets the given variable to the value defined by the parameter value.
Declaration
%HI_SetIDispRefProp(
INT in IDispAddr,
TEXT in variableName,
in value
)Parameters
IDispAddr | IDispatch interface address. |
variableName | Name of the variable to read/set. |
value | Value (of required type) to set. |