On Fri, Sep 21, 2012 at 8:32 AM, Mark Rotteveel <[email protected]> wrote: > Thanks, so my guess was right that it is a UI element, but then > not-visible ;)
It's not so easy actually: in Delphi we have "data modules" which are essentially invisible forms where to group those components, which may include database connections, queries, datasets, and almost all kinds of invisible components you may think of. Those can be really helpful in isolating functionality and parameterize it without too much clutter and API calls. So the answer is, yes, but, no :D > Mark A
