On Thu, 15 Oct 2009, Graeme Geldenhuys wrote:
Hi, I'm using latest trunk Lazarus. When I try and ctrl+click on Dispose() method, it doesn't navigate to it. The editor doesn't even show Dispose as a clickable link (links become underlined). Yet my program compiles fine, so my unit has valid uses clause.
Dispose is an internal compiler method, just as Write(ln) or ReadLn() Michael. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
