The function allows to enable/disable the active picture with the optional displaying of "WAIT" mouse cursor (Control function).
Declaration
Blok kódu
language
esl
theme
Confluence
%HI_EnablePicture(
BOOL in bEnable,
BOOL in bWaitCursor := @TRUE
)
Parameters
bEnable
@TRUE - enable the control of graphic objects. @FALSE - disable the control of graphic objects.
bWaitCursor
@TRUE - show the "WAIT" mouse cursor. @FALSE - hide the "WAIT" mouse cursor.
Note 1
If the value of the parameter bEnableis @FALSE the control of individual graphic objects in the picture is disabled. If the value is @TRUE the control is enabled.
The parameter bWaitCursordefines the behaviour of the mouse cursor only if bEnable=@FALSE.
Note 2
This This function is available also in the %HIX_ version.