Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxColumns6 Exist Exist Determine whether a column with the specified index exists within columns array. pasfunction Exist(const Index: Integer): Boolean; Example pasif ProductsGrid.Colums.Exist(ColIndex) then begin ProductsGrid.Columns.Delete(ColIndex); end;
Exist Determine whether a column with the specified index exists within columns array. pasfunction Exist(const Index: Integer): Boolean; Example pasif ProductsGrid.Colums.Exist(ColIndex) then begin ProductsGrid.Columns.Delete(ColIndex); end;