Re: What unit to find functions and procedures?
- From: Tom <ttp@xxxxxxxxxx>
- Date: Sat, 24 Jun 2006 09:23:53 +1000
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?
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. (Thats in D7, don't know source structure in newer versions). As for text searching program Search, Find In Files on Delphi menu works for me.
Tom
.
- References:
- What unit to find functions and procedures?
- From: JamesR
- What unit to find functions and procedures?
- Prev by Date: What unit to find functions and procedures?
- Next by Date: Re: What unit to find functions and procedures?
- Previous by thread: What unit to find functions and procedures?
- Next by thread: Re: What unit to find functions and procedures?
- Index(es):
Relevant Pages
|