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.
Example
Blok kódu
languageesl
themeRDark
; 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.