Hello,
I am using a StringGrid component in my app, I just noticed when I am clicking on header column it sorts based on simple comparison (maybe just a ">" operand).
My question is:
Is there any "logical sort" functionality in Lazarus at all? Is it possible to replace current sort algorithm in the StringGrid component with a logical sort?
Thanks