NextSuite for Delphi 6.50.0
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
CustomColorsto the toolbar column. It enables using custom background color for buttons: - Added
Spacingproperty. It specifies distance between the buttons. - Added
Multilineproperty. It allows showing buttons into several rows if they can’t fit. - Added
ButtonHeightproperty. It should be used together withMultilineset toTrue. - Added
ColorandBorderPenproperties added to button itself.

Other
- Added
ResizeUpdateproperty. When set toTrueresizing will be done immediately as the sizing grip is being dragged. - Added
OnGetProgressColorto 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
- Added
dsSelectedOnlytoDetailsRowStyleofTNxReportGridView6.