Grid-AddColumns

Имя функции dcl-Grid-AddColumns
Синтаксис   (dcl-Grid-AddColumns <CONTROL> NewColumns [типа List of Lists as ((Caption [типа String] {Justification [типа Integer]} {ColumnWidth [типа Long]} {ColumnImageIndex [типа Integer]}) ...)])
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к Grid

This method appends new columns to the grid. Caption is the column header caption, Justification is the column header caption justification style (default is left justified), ColumnWidth is the width (in pixels) of the new column (default is fit to caption), and ColumnImageIndex is the image from the control's image list to display beside the column header caption (default is none). Note that due to limitations in the Windows grid control, the first column in the control is always left justified and the justification style is ignored for that column.

Justification Style
0 Left justified
1 Centered
2 Right justified