Re: What unit to find functions and procedures?
- From: "Bjørge" <bjorge@xxxxxxx>
- Date: Sun, 25 Jun 2006 02:22:32 +0200
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?
Quite easy with most of the WinAPI stuff - it goes into "windows.pas". If it
ain't there, do a "Find in files" - search in Delphi\source catalog.
--
Bjørge
bjorge@xxxxxxxxxxxx
.
- References:
- What unit to find functions and procedures?
- From: JamesR
- What unit to find functions and procedures?
- Prev by Date: Re: Binary
- Next by Date: Re: To thread or not to thread
- Previous by thread: Re: What unit to find functions and procedures?
- Next by thread: To thread or not to thread
- Index(es):
Relevant Pages
|