Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 5 Aktuálny »

%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 display will not change.
  • Žiadne štítky