Re: Where is TApplication located?



"Adam Sandler" <corn29@xxxxxxxxxx> wrote in message
news:1128010438.032916.221870@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

> I've been told to do something I'm planning on doing I need to drop a
> TApplication object on my form. I'm pulling my hair out trying to find
> out where this component is. What toolbar is TApplication on? What
> does its icon look like?

The Forms unit creates a TApplication object in its initialisation
section. It represents the entirety of your program, tt's not something
you drop on a form.

There _is_ a TApplicationEvents in (later versions of) Delphi, and
that is something you drop on a form. In Delphi 5, it's on the
Additional tab and looks like the little torch on a blue globe that
is (was?) the default icon for applications, with arrows pointing
away from it.

So, considering that apparently what you were told (or perhaps your
recollection of it) wasn't overly accurate, what were you planning
on doing?

Groetjes,
Maarten Wiltink


.