<div>In case anyone else&nbsp;ever gets stuck on this ..&nbsp;I&nbsp;was looking arond the Ihelp.. interfaces when in reality&nbsp;it was actually&nbsp;literally in front of my nose all the time.. </div>
<div>&nbsp;</div>
<div>All I needed was&nbsp;the Screen object.</div>
<div>&nbsp;</div>
<div>under TApplicationEvents.onHelp</div>
<div>&nbsp;</div>
<div>this works well, casting to catch non TwinControls that have a helpKeyword</div>
<div>&nbsp;</div>
<div>&nbsp;showmessage((screen.ActiveControl as tcontrol).HelpKeyword);</div>
<div>&nbsp;</div>
<div>Paul<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 22/12/05, <b class="gmail_sendername">Paul A Norman</b> &lt;<a href="mailto:paul.a.norman@gmail.com">paul.a.norman@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Seasons Greetings!</div>
<div>&nbsp;</div>
<div>I am sure that this is right infront of my nose. I'm implementing a very simplified number eight wire help system.</div>
<div>&nbsp;</div>
<div>When using htkeyword on a control and setting helpKeyword:</div>
<div>&nbsp;</div>
<div>does the application object know what the helpKeyword was when help is triggered?</div>
<div>&nbsp;</div>
<div>You can retrieve the HelpContext from the Word portion of the application.onHelp event, (using TapplicationEvents), but I can not find where to get the calling control's helpKeyWord, does the application know which Tcontrol triggered the onhelp event? 
</div><span class="sg">
<div>&nbsp;</div>
<div>Paul</div></span></blockquote></div><br>