Store
Articles August 23

NextSuite for Delphi 6.50.0

NextSuite6 for Delphi 6.50 (9.2025) is now available.

The files can be found at users section of our website. Release notes PDF file can be found here.

NextGrid v6.50.0


Toolbar column


  • Added CustomColors to the toolbar column. It enables using custom background color for buttons:
  • Added Spacing property. It specifies distance between the buttons.
  • Added Multiline property. It allows showing buttons into several rows if they can’t fit.
  • Added ButtonHeight property. It should be used together with Multiline set to True.
  • Added Color and BorderPen properties added to button itself.

Custom Colors

Other


  • Added ResizeUpdate property. When set to True resizing will be done immediately as the sizing grip is being dragged.
  • Added OnGetProgressColor to the progress column that enables setting progress color “in the fly” like:

if Value > 80 then ProgressColor := clBlue
else if Value > 50 then ProgressColor := clGreen
else if Value < 20 then ProgressColor := clRed