[Lazarus] External/out-of-tree LCL widgetset
Michael Schnell
mschnell at lumino.de
Tue Dec 5 09:41:30 CET 2017
On 05.12.2017 00:50, Graeme Geldenhuys via Lazarus wrote:
>
> DBGrid behaves slightly different to TStringGrid, and is slow.
While for perfect performance / clearness / portability / ... , DBGrid
supposedly should not be used in a production release, it might be very
helpful when designing an application.
Maybe the way to go is to do an RAD form with Debug I/O when drafting an
application and in the process move any tested business logic code in
non-visual units, and when deciding how the final GUI should work and
look like do this in another Form, e.g. using "GUI-Mediator". Finally
deactivate the RAD form, but keep it for reference.
-Michael
More information about the Lazarus
mailing list