Prehľad
Nástroje obsahu
BOOL %HI_SetConnectedObj ( INT in refId, HBJ in refToObj, INT in instanceNr ) |
refId | Reference to the displayer (reference variable). |
refToObj | Reference to the object of Graph, Report, Picture or Browser type. Note: If the parameter is non-associated alias, ESL script generates an error Range Error (exceeding of the limits). |
instanceNr | Number of instance. Note: If the number of instance is negative, the process D2000 HI generate an error Range Error (exceeding of the limits). |
Return value of the function is the function success. The function can be used either as Control or as normal. The function execution will be terminated after execution of the initialisation part of the opened subpicture.
%HI_SetConnectedObj ( _Trend , T.Temperatures\HBJ, 0 ) |
BOOL _bOk _bOk := %HI_SetConnectedObj ( _Trend , S.Picture\HBJ, 1 ) IF _bOK THEN ; picture is opened ELSE ; failure in opening the picture ENDIF |
Pridať komentár