Anyone know of a component or tool to help us quickly make a visual query builder, for Win32 desktop Firemonkey?

Anyone know of a component or tool to help us quickly make a visual query builder, for Win32 desktop Firemonkey?

We need to make simple select statements from a fixed list of tables, the ability to select specific columns and provide aliases for them is important, and we need a reasonable level of flexibility with the WHERE clause (filtering and grouping). Given how much of what we want to do is 'on rails', we could build a complicated dialog with lots of dynamic clauses and what have you - but time is of the essence and money not necessarily a key factor.

There are a number of these kinds of things for the VCL - but the rest of our project is FMX and I'm not sure I want to try and get a VCL component shoe-horned into an FMX app (though I may look deeper into that).

Comments

Post a Comment