Grid-InsertRow

Имя функции dcl-Grid-InsertRow
Синтаксис   (dcl-Grid-InsertRow <CONTROL> Row [типа Long] {Column0ImageIndex [типа Integer]} Column0Label [типа String] {Column1Label [типа String] Column2Label [типа String]} ...)
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к Grid

This method inserts a new row into the grid. Строка is the row index where the new row should be inserted. The optional Column0ImageIndex argument specifies the image from the control's image list to display with the label in the first column. Each cell in the new row is pre-populated with the specified label text. If no label text is specified for a column, it remains empty. New cells inherit the default style and image values set for their column.