Prehľad
Nástroje obsahu
Function %HI_SetDraggable enable / disable a possibility to move particular object in picture.
%HI_SetDraggable( INT in refId, BOOL in _onoff, INT in _moveType, BOOL in _visible )
refId | Reference to displayer (reference variable). |
_onoff | Enable / disable the possibility to move object. |
_moveType | If the parameter is:
|
_visible | Enable / disable a visibility of object (@True = the object is visible, @False = the object is invisible). |
%HI_SetDraggable(_LINE, @TRUE, 2, @TRUE)
Pridať komentár