[Lazarus] Enumerating resourcestring

Vincent Snijders vsnijders at quicknet.nl
Sat Sep 27 21:37:58 CEST 2008


Benito van der Zander schreef:
> Hi,
> Where are the strings like resourcestring a='bcd' stored?
> With
> for i:=0 to LazarusResources.Count-1do
>   ShowMessage(LazarusResources.Items[i].Name);
> they aren't showed.

Did you read the programmers manual: 
http://www.freepascal.org/docs-html/prog/progse38.html
http://www.freepascal.org/docs-html/prog/progse39.html
http://www.freepascal.org/docs-html/prog/progse40.html

They are not lazarus resources.

Vincent



More information about the Lazarus mailing list