[Lazarus] Lazarus IDE tooltips?

Jesus Reyes jesusrmx at yahoo.com.mx
Wed Sep 29 19:22:44 CEST 2010



--- El mié 29-sep-10, Bo Berglund <bo.berglund at gmail.com> escribió:

> De: Bo Berglund <bo.berglund at gmail.com>
> Asunto: [Lazarus] Lazarus IDE tooltips?
> A: "'Lazarus mailing list'" <lazarus at lists.lazarus.freepascal.org>
> 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.


      




More information about the Lazarus mailing list