Library Vcl NextSuite 6 NextGrid6 Reference Classes TNextGrid6 AddCells

AddCells

Add specified array of values at the end of grid.

pas
procedure AddCells(Values: array of WideString; Cols: array of Integer);

Parameters

Values array of WideString
Specify array of values.

Cols array of Integer
Indicate index(es) of columns affected by method.

Example

pas
NextGrid61.AddCells(['False', 'Jim', 'True', 'Lisa', 'True', 'George'], [1, 3]);

Sign in