EBook Description: Delphi allows fast and high-level/abstract programming, like Java and Visual Basic, but you can also use it to code at a lower/more fundamental level, like you can do with Visual C++. Delphi is based on the Pascal programming language making it ideal for educational purposes as well.
Similar eBooks: eBooks related to Freebyte's Guide to free Delphi programming
Delphi allows fast and high-level/abstract programming, like Java and Visual Basic, but you can also use it to code at a lower/more fundamental level, like you can do with Visual C++. Delphi is based on the Pascal programming language making it ideal for educational purposes as well.
There are many ways of grabbing pictures from the screen. Ultimately all of them require functions provided by the Windows API. This reliance on the API may not always be obvious since Delphi also provides functions that �wrap up� API calls, thereby effectively hiding them from the programmer, as we shall see.