On Wed, 30 Sep 2009 14:02:15 +0700
Dians <[email protected]> wrote:

> i mean , when  i write code in lazarus, i got some error, anythings
> code error so i look help file like delphi i just press F1, there is a
> documention about the syntaks which show an error , what kind of true
> syntaks

There is a help in the popup menu of the messages window. It shows the
hint of the FPC errore.msg file. For example:

Error: Illegal expression

It will show:
This can occur under many circumstances. Usually when trying to evaluate 
constant expressions.

AFAIK there is no list of links to the FPC docs yet.
Maybe with the new lhelp and the new kwd files something like this can
be achieved.


Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to