Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxColumns6 Insert

Insert

Insert a column at specified position in the columns array.

pas
procedure Insert(Index: Integer; Column: TNxColumn6); overload;
function Insert(Index: Integer; ColumnClass: TNxColumnClass): TNxColumn6; overload;

Second overloaded method also create a column of specified TNxColumnClass meta class.

Sign in