HI_SetDraggable
%HI_SetDraggable function
Function
Function %HI_SetDraggable enables/disables a possibility to move particular object in the picture.
Declaration
%HI_SetDraggable(
INT in refId,
BOOL in _onoff,
INT in _moveType,
BOOL in _visible
)Parameters
refId | Reference to displayer (reference variable). |
_onoff | Enables/disables the possibility to move an object. |
_moveType | If the parameter is:
|
_visible | Enables/disables the visibility of an object (@True = the object is visible, @False = the object is invisible). |
Example
%HI_SetDraggable(_LINE, @TRUE, 2, @TRUE)Note
The function is not allowed for ActiveX controls, Displayers, Windows controls, SWTShell and JavaSwing.