Years ago I wrote an FP app which used native Windows calls and native SQLite calls to accept a SQL query and present the results in a ListView.
Now I want to rewrite it as a Lazarus app using portable GUI but retaining the native SQLite access.
Not sure 1) whether to use a ListView or a DBgrid to show query results, 2) whether to use a memo or an editor with syntax highlighting, I don't have much time to explore, unfortunately.
Any advice please?