Re: Can't access Application variable in TWebModule...



On Wed, 21 Feb 2007 22:32:19 -0600, Rob Kennedy <me3@xxxxxxxxxxx>
wrote:

<snip>

This DPR file uses three units. Therefore the Application global
variable must be declared in one of those three units. Find the correct
one, and then make sure it appears on the "uses" clause of whatever
other units need to access that variable.

Is not TApplication in the Forms unit

Both TApplication and Application are there in D4
.