Prehľad
Nástroje obsahu
%HI_SetBrowserFormatMask ( INT in refId, INT in row, INT in col, TEXT in formatMask ) TEXT %HI_GetBrowserFormatMask ( INT in refId, INT in row, INT in col ) |
refId | Reference to displayer (reference variable). |
row | Row of the cell (from 1 up-to ...). |
col | Column of the cell (from 1 up-to...). |
formatMask | Value of Format mask. |
; setting of format mask for the whole displayer %HI_SetBrowserFormatMask ( _browser , 0 , 0 , "{V}" ) ; setting of format mask for the column of No. 3 %HI_SetBrowserFormatMask ( _browser , 0 , 3 , "{V}" ) ; setting of format mask for the cell [2,3] %HI_SetBrowserFormatMask ( _browser , 2 , 3 , "{V}" ) |
0 komentárov