Subject | Re: [firebird-support] How to capture a POST_EVENT in a client application? |
---|---|
Author | Andrea Raimondi |
Post date | 2012-09-21T07:57:38Z |
On Fri, Sep 21, 2012 at 8:32 AM, Mark Rotteveel <mark@...> wrote:
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
> Thanks, so my guess was right that it is a UI element, but thenIt's not so easy actually: in Delphi we have "data modules" which are
> not-visible ;)
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
> MarkA