%HI_HideColumn function


Function
The function %HI_HideColumn allows to hide/show the column in the displayer of Browser type (Control function).
Declaration
%HI_HideColumn(
   INT in refId, 
   INT in index, 
   BOOL in bHide
 ) 

Parameters
refId Reference to graphic object (reference variable).
index Serial number of the column.
bHide @True- hide the column.
@False - show the column.

Napíšte komentár