Querying all registered help databases is easy:

lcl unit lazhelpintf
for i:=0 to HelpDatabases.Count-1 do
   HelpDatabases[i]...

For example the IDE registers fpdoc help for RTL, FCL and LCL to
open the lazarus-ccr web pages.

The chmhelppkg replaces them with its own and opens chm files instead.
So, if you are only interested in chm files, see the chmhelppkg package.

I know about it. But the main problem is that the Lhelp is another application. Need to transfer preference data (search pathes and registered database files info) to lHelp. Without this I can`t do nothing better. Now the lHelp recieves strict commands to open files.

I want to get a opinion from maintainers how is better to do that?


--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus
  • [Lazarus] lHelp... Соболь Андрей Евгеньевич via lazarus
    • Re: [Lazar... Mattias Gaertner via lazarus
      • Re: [L... Andrey Sobol via lazarus
      • Re: [L... Werner Pamler via lazarus
      • Re: [L... Marco van de Voort via lazarus
        • Re... Andrey Sobol via lazarus
          • ... Marco van de Voort via lazarus
            • ... Mattias Gaertner via lazarus
              • ... Andrey Sobol via lazarus
                • ... Mattias Gaertner via lazarus
    • Re: [Lazar... Sergey Bodrov via lazarus

Reply via email to