[Lazarus] Help not working at all in Lazarus - No help found for Unit1.pas at (x, y)
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Aug 25 00:35:40 CEST 2009
On Mon, 24 Aug 2009 19:31:56 +0200
CubicDesign <cubicdesign at gmail.com> wrote:
> Hi.
>
> Every time I hit the F1 key in Lazarus IDE I get this error "No help
> found for Unit1.pas at (x,y)".
> How can I fix this?
The F1 help is context sensitive.
For example place the cursor on the identifier TForm and press F1. This
should open a browser and open the help page for TForm.
Help for pascal keywords is not yet implemented.
You can find the documentation for the pascal language here:
http://www.freepascal.org/docs.var
Mattias
More information about the Lazarus
mailing list