Re: ~CREATION OF ON-LINE HELP~


Posted by Jean Claude Servaye on June 28, 2000 at 19:25:06:

In Reply to: ~CREATION OF ON-LINE HELP~ posted by indy gabrie on May 24, 2000 at 15:47:53:

On the mainform on create write this:

Application.HelpFile := 'MyHelpFileName.hlp';

On the helpbuttonclick write this:


Application.HelpContext(N);

Where N is the Help ID for the needed topic.





Related Articles and Replies: