helpers - How do we cheat Windows Help System from Delphi Form to execute our own form? -


in tform have helpfile, helptype , helpkeyword properties. set file , keyword. when press f1 magic comes. knows it.

but if want use data base keyword , help fields , create new custom form show help, using helpkeyword visual components know db record show in custom form, disabling standard windows system. can that? how?

you can either:

  1. assign handler onhelp event of tapplication/events.

  2. write class implements icustomhelpviewer , iextendedhelpviewer interfaces, , register class use via registerviewer().


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -