%HI_GetIDispProp, %HI_SetIDispProp functions


Function
The function %HI_SetIDispProp sets the given variable to the value defined by the parameter value.

The function %HI_GetIDispProp returns the value of the given variable.
Declaration
%HI_SetIDispProp(
   INT in IDispAddr, 
   TEXT in variableName, 
        in value
 )

 UNIVAL %HI_GetIDispProp(
   INT in IDispAddr, 
   TEXT in variableName
 )

Parameters
IDispAddr IDispatch interface address.
variableName Name of the variable to set/read.
value Value to set.

Description
The function %HI_SetIDispProp has no return value.
The function %HI_GetIDispProp returns the value of the variable.
Napíšte komentár