%HI_GetVisible, %HI_SetVisible functions


Function
The function %HI_SetVisible allows to hide/show the graphic object (Control function).

The function %HI_GetVisible detects whether the graphic object is visible.


Declaration
%HI_SetVisible(
   INT in refId, 
   BOOL in bVisible
 )
 
 
 BOOL %HI_GetVisible(
   INT in refId
 )

Parameters
refId Reference to graphic object (reference variable).
bVisible @TRUE - show the graphic object.
@FALSE - hide the graphic object.

Description
The function also allows to show / hide a tab of Windows control of Tab control type - the parameter refId determines the reference variable name of the tab.
Note 1
This function is available also in %HIX_ version.
Napíšte komentár