About 18,800,000 results
Open links in new tab
  1. Enabling Help in Applications - RAD Studio

    If you want to use the HTMLHelp help viewer in your Delphi application, then you need to insert the Vcl.HtmlHelpViewer unit into the uses clause of your application. In C++ applications, you …

  2. How to add support of HTML help files (.chm) on Delphi XE2?

    Jun 5, 2015 · How to add support of HTML help files (.chm) on Delphi XE2? We need to use A-links (A-keywords) on HelpContext property of every control to lookup help pages. Delphi XE2 …

  3. How to Connect HTML Help with your Delphi Application

    When you need to display your help file or a specific help topic, or perform others actions, you can use the following calls: Displaying a help topic. Application.HelpContext(IDH_TOPIC); where …

  4. How to Link an HTML Help .CHM File with a Delphi Application - Help

    Below you will find code examples of the basic actions such as calling a help topic, displaying the Table of Contents or Index tab from the Delphi code. First you need to define the location of …

  5. ShowMessage command - Delphi Basics

    It is used to inform the user of some information - no decision is needed by the user. Insert carriage return and line feed characters (#13#10) into the string to generate multi line …

  6. Showing Help with Help Buttons - RAD Studio

    You can specify the help topic properties for a help button directly using the button properties: HelpType (htContext or htKeyword) and HelpContext or HelpKeyword. However, usually you …

  7. delphi - Show help question mark button (biHelp) on non …

    Feb 8, 2012 · Use TJvCaptionButton (included in the JEDI VCL) on your form, put a help question mark bitmap on the control button, and have that open the help to a particular page, from an …

  8. Using a help file in an app - Embarcadero: Delphi - Tek-Tips

    Oct 21, 2002 · Hey everyone! I've just written my own help file and have managed to open it when I click a button named 'Help' with the following lines...

  9. Using the Hint Property to Show Contextual Help About Screen Objects

    Jan 27, 2015 · Using Hint properties is the recommended way to show contextual help about forms, controls, and other screen objects. Such contextual help about screen objects is also …

  10. How to use CHM HTML Help file with Delphi XE application?

    Dec 24, 2015 · The article you are working from pre-dates built in support for HTML help. These days you do the following: Include HtmlHelpViewer in at least one of your uses clauses. Set …

  11. Some results have been removed
Refresh