<div>Hi to all,</div>
<div>&nbsp;</div>
<div>There is something about tyoelibraries and interfaces that I have never quite grapsed.</div>
<div>&nbsp;</div>
<div>When you declare a 'variable' say for accessing an IxxxSomething as fo example in MSHTML_TLB</div>
<div>&nbsp;</div>
<div>&nbsp;var</div>
<div>&nbsp; myImage : IhtmlImgElement;</div>
<div>&nbsp;</div>
<div>You do not have to create or dispose of it. </div>
<div>Is that because it is only some kind of pointer to something that already latently exists in the Interfac(ed) document?</div>
<div>&nbsp;</div>
<div>Paul</div>