%HI_VisiblePicture function


Function
The function allows to show/hide the picture (Control function).
Declaration
%HI_VisiblePicture(
   BOOL in bVisible
 )

Parameters
bVisible @TRUE - show the picture.
@FALSE - hide the picture.

Note 1
If the value of the parameter is @FALSE the picture will be hidden (not closed). If its value is @TRUE, the picture will be visible.
Note 2
This function is available also in %HIX_ version.
Napíšte komentár