The function %HI_GetAXProp returns the value of the given variable.
%HI_SetAXProp(
INT in refID,
TEXT in variableName,
in value
)
UNIVAL %HI_GetAXProp(
INT in refID,
TEXT in variableName
) |
| refId | Reference to ActiveX object (reference variable) or interface returned by calling the function HI_GetAXProp. |
| variableName | Name of the variable to set/read. |
| value | Value (of required type) to set. |
%HI_SetAXProp(_AX_CAL, "Year", 2004) |
INT _i |
_i := %HI_GetAXProp(_AX_CAL, "Year") |