<div>Apart from any other books, also look for the Delphi Language guide or Delphi Development Guide that came on disk with your Delphi setup, and copy it/them &nbsp;to CDROM and have it printed out at a reasonibly proced copy centre, they could spiral bind it and put clear plastic covers on it.
</div>
<div>&nbsp;</div>
<div>Gewt a quote first!</div>
<div>&nbsp;</div>
<div>They are both&nbsp;invaluable guides and very well written.<br><br>Paul</div>
<div><span class="gmail_quote">On 24/11/05, <b class="gmail_sendername">Leigh Wanstead</b> &lt;<a href="mailto:leighw@softtech.co.nz">leighw@softtech.co.nz</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi John,<br><br>I would suggest that you get a Delphi book which you might learn Delphi in<br>great speed.
<br><br>Just a suggestion. ;-)<br><br>Regards<br>Leigh<br><a href="http://www.salenz.com">http://www.salenz.com</a><br><br>-----Original Message-----<br>From: <a href="mailto:delphi-bounces@ns3.123.co.nz">delphi-bounces@ns3.123.co.nz
</a><br>[mailto:<a href="mailto:delphi-bounces@ns3.123.co.nz">delphi-bounces@ns3.123.co.nz</a>]On Behalf Of John Bird<br>Sent: Thursday, 24 November 2005 2:29 a.m.<br>To: 'NZ Borland Developers Group - Delphi List'<br>Subject: [DUG] calling procedures in other units
<br><br><br>Here is something that puzzles me, and maybe I have missed something, or my<br>D5 compiler is inconsistent, or I am doing it wrong?<br><br>I have a group of external procedures in a code only unit (no form) and to
<br>access them I just have the unit in the uses clause and then call in code by<br>name eg<br><br>&nbsp;&nbsp; externalproc1(arg1,arg2,arg3....)<br><br>If the other unit has a form attached then I use the same uses syntax, but I<br>
have to call it by<br><br>&nbsp;&nbsp; frmOtherform.externalproc1(arg1,arg2,arg3...)<br><br>Except that I think I have also have found sometimes the compiler does seem<br>to figure out where the externalproc1 is and doesn't always require the
<br>formname before the procedure.<br><br>All I was trying to do was call some code in an external unit which does<br>printing, and the only reason I have a form for that unit is that I plonked<br>the printdialog on it (it doesn't have anything else on the form) as it
<br>seemed best to keep it with the printing code.&nbsp;&nbsp;But it made calling the<br>printing routines more verbose. Is there a better way to do it?<br><br>John<br><br><br>_______________________________________________<br>Delphi mailing list
<br><a href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</a><br><a href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</a><br><br><br>_______________________________________________
<br>Delphi mailing list<br><a href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</a><br><a href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</a><br></blockquote></div><br>