%HI_SetColumnAlign, %HI_GetColumnAlign functions


Function
The function %HI_SetColumnAlign sets a text alignment in a column (left/right/center) in the Browser displayer.

The function %HI_GetColumnAlign gets a text alignment in a column in the Browser displayer.

Declaration
%HI_SetColumnAlign(
   INT in refId,
   INT in index,
   INT in align
 )
 
 
 INT %HI_GetColumnAlign(
   INT in refId,
   INT in index
 )
Parameters
refIdReference to a displayer (reference variable).
indexSerial number of a column.
alignParameter may get this values.

0 - default alignment
1 - align left
2 - center
3 - align right
Description
 The function sets a text alignment to whole column in the Browser displayer.
Napíšte komentár