Welcome to the Adirondack Software & Graphics website. The site is devoted exclusively to Delphi (Embarcadero ™) VCL components. At present only one component called Apprehend is available. Apprehend is a D7-XE2 VCL non-visual component to capture images from your computer screen.
Apprehend has been in development since 1986. Various releases of the component from Delphi 5 to Delphi 2010 have been released. The most current version 6.0 was written with Delphi 2010, but it is known to install successfully in Delphi XE and XE2.
The current version of the component was released in April 9, 2012 and was developed with Delphi 2010. Version 5 of the component was not released to the public.
Apprehend is provided with Delphi source code and a few demo projects. Apprehend may be downloaded from the downloads page. Demonstration applications are included in the Apprehend zip file.
This site was updated with Apprehend version 6.2 on April 20 2012. Support for Delphi 5 - Delphi XE2 added by way of packages for each. To use the component in any Delphi version use the supplied packages or if a package is not available create a new package and add the Pascal files to the package. Compile and install the package, then add the Apprehend source folder to the library path in the Delphi IDE.
Version 6.2 - April 20, 2012
• Bug Fix
for Delphi 7, Delphi 2007 -
line 281: changed procedure register to procedure Register
line
2936: changed procedure register to procedure Register
Two Delphi 7 users report that Apprehend 6.1 compiles but did not register on the ToolPalette. To solve this problem try this:
1. Open AsgCapture.pas
2. Goto line 281 and change procedure register to
procedure Register
3. Goto line 2936 and change procedure register to
procedure Register
4. Compile the component
5. Install the component.
6. Add the path to the source files to the ide’s component path.