%HI_EnsureColumnIsVisible function


Function
The %HI_EnsureColumnIsVisible function forces a column to be displayed in a Browser (control function).
Declaration
%HI_EnsureColumnIsVisible(
   INT in refId, 
   INT in col
 ) 
Parameters
refIdReference to graphic object (reference variable).
colColumn index.
Example
; Ensures that Column 2 is displayed
%HI_EnsureColumnIsVisible(_refId, 2)
Note
If the specified col is outside the valid range, the function will display the first or last column.