Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%HI_EnsureColumnIsVisible function


Function
The %HI_EnsureColumnIsVisible function forces a column to be displayed in a Browser (control function).
Declaration
Blok kódu
languageesl
themeConfluence
%HI_EnsureColumnIsVisible(
   INT in refId, 
   INT in col
 ) 
Parameters
refIdReference to graphic object (reference variable).
colColumn index. Value range is 0 .. ColumnCount.
Example
Blok kódu
languageesl
themeRDark
; 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

specified col is outside the valid range, the display will not change.