%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
IDispAddrIDispatch interface address.
variableNameName of the variable to read/set.
valueValue (of the required type) to set.
Napíšte komentár