Menu

index and search terms in generated helpfile

Help
2009-02-08
2012-07-18
  • Josef Koller

    Josef Koller - 2009-02-08

    Hi,
    I downloaded yout delphicodetodoc. After first problems now I get what I want in the generated helpfile.

    But I get no results if I write a string for example "procedure" or "form" in the index field of the generated helpfile.

    The same with the search field.

    How can I get indexes or searched terms?

    I built my *.pas sites like this:

    {*--------------------------------------------------------------------------
    This procedure shows a result after click

    @Param Sender sender is button1.
    ----------------------------------------------------------------------------}
    procedure Button2Click(Sender: TObject);

    or

    public
    { Public-Deklarationen }
    //my own integer declaration
    i:integer;

    ...

    Thanks for help

    Josef

     
    • TridenT

      TridenT - 2009-02-17

      Indexes or searched terms are not generated for the moment in the CHM file.
      i'm currently working on this feature.
      Stay informed by subscribing to the release mailing list.

      http://dephicodetodoc.sourceforge.net/Mailing_Lists.htm

       

Log in to post a comment.