[Lazarus] Does anybody know a TStrinGrid-Component capable of sorting Date. Time, Float ...

Werner Pamler werner.pamler at freenet.de
Wed Feb 15 00:51:58 CET 2017


Am 13.02.2017 um 20:25 schrieb John Landmesser via Lazarus:
> Hi,
>
> i searched some time for such a component ... in vain!
>
> So i developed myself a TStringGrid,  that sorts columns with TDate, 
> TTime, TFloat ...
>
> I can't believe that this doesn't allready exists for Lazarus?!
>
> For example i found http://www.tkweb.eu/en/delphicomp/kgrid.html
> BUT!! "Written as TCustomControl descendant, this is not a TCustomGrid 
> enhancement"
> So, no LoadFromCSV etc ... very bad!
>
> Some sort of TSortGrid from Delphi-Zip would be nice.
>
> Tipps are welcome!
>
>
Try the TsWorksheetGrid from the fpspreadsheet package 
(http://wiki.lazarus.freepascal.org/TsWorksheetGrid). It derives from 
TCustomGrid, but be warned of some different behavior from the 
StringGrid here and there.


More information about the Lazarus mailing list