--- El mié 29-sep-10, Bo Berglund <[email protected]> escribió:

> De: Bo Berglund <[email protected]>
> Asunto: [Lazarus] Lazarus IDE tooltips?
> A: "'Lazarus mailing list'" <[email protected]>
> Fecha: miércoles, 29 de septiembre de 2010, 12:11
> I tried using FindFirst/FindNext to
> create a 
> list of files.
> But when I typed FindFirst( I expected a parameter 
> list to pop up but it did not.
> Additionally when I pressed F1 on FindFirst there was 
> no help displayed at all.
> 
> Should I be able to get such help similar to Delphi7 
> also in Lazarus or not?
> 
> When I completed my code by pasting in a Delphi7 function 
> body and then tried compiling it accepted the syntax so 
> somehow it must have available the FindFirst definitions. 
> So why no tooltip?
> 
> --
> Bo B
> 

FindFirst(| Shift+Ctrl+Space 

works here, be sure the unit sysutils is included in your uses (or FileUtil for 
FindFirstUTF8) and there are no syntax errors in code before findfirst

Jesus Reyes A.


      

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

Reply via email to