Next DBGrid 6

Features · Downloads · Buy now

About

NextDBGrid is a powerful Delphi/C++ Builder Data Grid based on our popular component NextGrid. Allmost all great features from NextGrid are available in NextDBGrid, extended with database support. If you know to work with NextGrid, you will know to work with NextDBGrid too.

Main Features

  • Easy to connect Columns with DataSet fields
  • 18 different column types, plus more planned in future.
  • Powerful DBGrid component, written from scratch

Testimonials

By using the next suite immediately my program transformed from a typical windows application to a vista like, modern designed application. It was like a miracle, simple replacing my existing components with the next ones and the user interface moved forward to the new century. I am highly recommend it!
— www.aperitto.com

Screenshots

Downloads

  • NextSuite v6 Exe DemoBig Demo with components from Next Suite v6
  • NextLayout v6 Exe DemoExecutable Demo showing NextLayout6 binding capabilities
  • Next Suite v6 GuidePDF Guide for Next Suite 6
  • Supported IDEs

    Visual Component Library (VCL): Delphi 7, Delphi 6, Delphi 2005, Delphi 2007, Delphi 2010, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Delphi XE6, Delphi XE7, Delphi XE8, Delphi 10 Seattle, Delphi 10.1 Berlin, Delphi 10.2 Tokyo, Delphi 10.3 Rio, Delphi 10.4 Sydney, Delphi 11, Delphi 12 Athens, C++ Builder XE4, C++ Builder XE5, C++ Builder XE6, C++ Builder 10.1 Berlin, C++ Builder 10.2 Tokyo, C++ Builder 10.3 Rio (32-bit), C++ Builder 10.4 Sydney (32-bit), C++ Builder 11 (32-bit), C++ Builder 12 (32-bit)

    Features

    Memo fields

    Content of Memo Blob field can be fully shown by simply setting ExpandContent property to True. Now instead (MEMO) string, cell will display full content of field.

    Bufferend and non-buffered mode

    NextDBGrid can work in 2 data modes specified by BufferRecords property.

    When non-buffered mode is active, NextDBGrid work as standard DBGrid where only records visible on screen are loaded. In buffered mode all records are loaded into buffer and grid act much more like non-db grid control.

    DataSource property

    Like all data-aware components NextDBGrid include DataSource property. You just need to attach DataSource to NextDBGrid and to set Active property in DataSource's DataSet.

    You can go even further by choosing column type (or exclude column) for every field from DataSet. This can be done in both design (by using context menu option), or in run-time with event OnAddFieldQuery

    Very easy to use

    Working with NextDBGrid is very similar as working with NextGrid. Working with columns is same, extended only with db-related properties for column such as FieldName and NullText etc.