Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
array81 hasn't added any friends yet.
27 February 2019 - 05:21 PM
I will fix it. I understand now.
Do you have a ETA?
Because I have replace all my NextGrid 5 with NextGrid 6 on my project and now I cannot continue my work.
27 February 2019 - 01:18 AM
On TNxTextColumn6 this works:
myGrid.Cell[0, 0].AsString := FloatToStr(myFloat);
but this NOT works (the cell is empty):
myGrid.Cell[0, 0].AsFloat := myFloat;