> I am trying to find where WriteLn is declared; but, apparently, WriteLn 
is among the select few that Lazarus will ignore 'Find Declaration' 
requests --at least that's how it behaves (latest Lazarus stable) on my 
side. 

WriteLn is NOT a regular procedure. It's rather a special command for the
compiler to replace it with the correct procedure call (which unfortunately
you can't directly call without a hack).




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-WriteLn-back-to-the-GUI-tp4033934p4033941.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to