Board index » delphi » Win API functions

Win API functions

Hi there,
        I need to know some Win API functions, however, the books i've referenced
are all for C. Anyone has a good book/website to recommend such that the
functions are for Delphi usage?

        Thanks in advance.

 

Re:Win API functions


Quote
Hyper-Cloud wrote in message <01bd3900$012001e0$f96e18d2@default>...
>Hi there,
> I need to know some Win API functions, however, the books i've referenced
>are all for C. Anyone has a good book/website to recommend such that the
>functions are for Delphi usage?

They're the same functions. Did you check the help files?

This is from the Dr. Bob website at http://drbob42.com/delphi/default.htm:

97/11/25 - The Tomes of Delphi 3: Win32 APIs
Two new books are about to be published: The Tomes of Delphi 3: Win32 Core
API (ISBN 1-55622-556-3) and The Tomes of Delphi 3: Win32 Graphical API
(ISBN 1-55622-610-1). The books are written by John Ayres, David Bowden,
Larry Diehl, Philip Dorcas, Michael Tobin, Kenneth Harrison, Rodney Mathes,
and Ovais Reza, and are detailed reference manuals for using 32 bit Windows
API functions in the Delphi 3 development environment. The first book will
be available in December, while the second will be on the shelves by January
1998.
Of course, more detailed reviews will be published here when the books are
available!

        -- Kirk

Other Threads