On Mon, 24 Aug 2009 19:31:56 +0200
CubicDesign <cubicdes...@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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to