Delphi

Converting to grayscale with TBitmap.ScanLine property

Author: Pawe Gowacki In my previous post “Boian’s TBitmap Visualizer and converting to grayscale” I have described an algorithm for converting arbitrary TBitmap instances to gray using a selected formula. The problem is with the performance of the code that actually changes the color of each pixel. Accessing color information is done via TBitmap.Pixels property, which is a…
Read more
C++

BDE and Database Desktop Locking Protocol

Author: Embarcadero USA Technical Information Database TI1437D.txt - BDE and Database Desktop Locking Protocol Category :Database Programming Platform :All Windows Product : Description: Intended Audience This information will be of benefit to anyone considering designing a database application using Delphi and the BDE. Prerequisites A basic knowledge or interest in Paradox…
Read more
Delphi

Delphi Configuration Files

Author: Embarcadero USA Technical Information Database TI1105D.txt - Delphi Configuration Files Category :Delphi 1.x Platform :All Product : Description: Delphi employs a number of files for its configuration, some global to the Delphi environment, some project…