Re: What unit to find functions and procedures?



JamesR wrote:
How do you know which unit an API might be in. If i was using
EnumWindowsProc() for instance, (or something else maybe) - how would
you know which unit to include in the uses list - the best I can think
of is finding some text searching program, and searching all the VCL
.pas files. Ideas?

James.

hit the help and enter the keyword, at the top
it will show you the file that its in.


--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5

.



Relevant Pages

  • What unit to find functions and procedures?
    ... How do you know which unit an API might be in. ... EnumWindowsProc() for instance, - how would ... of is finding some text searching program, ... ..pas files. ...
    (comp.lang.pascal.delphi.misc)
  • Re: What unit to find functions and procedures?
    ... JamesR wrote: ... EnumWindowsProc() for instance, - how would ... of is finding some text searching program, ... .pas files. ...
    (comp.lang.pascal.delphi.misc)
  • Re: What unit to find functions and procedures?
    ... .pas files. ... Look under your Source folder, there is Rtl folder and in it Win folder - I bet its a better place to look than VCL folder. ... As for text searching program Search, Find In Files on Delphi menu works for me. ...
    (comp.lang.pascal.delphi.misc)