On Monday 13 February 2017 20:25:48 John Landmesser via Lazarus wrote: > Hi, > > i searched some time for such a component ... in vain! > > So i developed myself a TStringGrid, that sorts columns with TDate, > TTime, TFloat ... > TWidgetGrid from MSEgui supports it. There TDataEdit descendendants (TStringEdit, TRealEdit, TDateEdit...) can be placed in the grid and build a column of the given type. TwidgetGrid does not inherit from TStringGrid but from TCustomGrid. There is also TDBWidgetGrid which connects to a TDatasource.
The code is here: https://gitlab.com/mseide-msegui/mseide-msegui > I can't believe that this doesn't allready exists for Lazarus?! > The implementation is very complex... Martin -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
