[Lazarus] TDBF Indexes

Marco van de Voort marcov at stack.nl
Tue Aug 5 09:35:47 CEST 2008


On Mon, Aug 04, 2008 at 05:48:32PM -0700, Jon Foster wrote:
> I figured out some of the issue is that apparently I can't see variables 
> in the parent procedure from a nested child procedure. At least not 
> completely all of the time. Is this a known limitation?

That is according to the language definition of the scopes. This is logical
since the scope of the child might not exist yet in the parent.

Or do you mean the other way around.



More information about the Lazarus mailing list