HI_EnsureColumnIsVisible
%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
refId | Reference to graphic object |
col | Column index. Value range is 0 .. ColumnCount. |
Example
; Ensures that Column 2 is displayed
%HI_EnsureColumnIsVisible(_refId, 2)Note
If the value of col is 0, the data origin will be displayed.
If the specified col is outside the valid range, the display will not change.