ICT Screen Capture Version 1.0
for Delphi 3,4 & 5
==============================
Copyright 1999 ICT Enterprises
All rights reserved.


Revised: December 30, 1999
http://members.aol.com/ictent

License:

Refer to the file, license.txt for license information.

Installation:

Using pkunzip or compatible, unzip ict_sc.zip to a sub directory on your
hard drive.  Ensure that you unzip the sub directories (Example: pkunzip -d
ict_sc.zip c:\ict_sc10).

To install perform the following:

- Start Delphi.
- Click Components|Install Packages.
- Click Add.
- Select ICT_SCD3.DPL for Delphi 3 or ICT_SCD4.BPL for Delphi 4 or
  ICT_SCD5.BPL for Delphi 5.
- Click OK.

Delphi 3, 4 & 5:

- 1. Click Tools|Environment Options.
- 2. Change to "Library".
- 3. Add path for ICT_SCD?.?PL to the library path.

Note:

.DPL is for Delphi 3
.BPL is for Delphi 4 & 5



Properties and functions:


AVIFilename : string
  Sets the name of the AVI to be saved.

CaptureCursor : bool
  When set to true, the cursor icon is captured to file.

CompressionOption: bool
  When set to true, the compression options dialog appears when opening a AVI file.

HotKeysActive : bool
  When set to true, the component monitors keyboard entry.

KeyFrameEvery : integer
  Determines how often a keyframe is inserted into the AVI file.

TimerEnabled : bool
 Turns on the OnTimer event.

TimeInterval : integer
 Sets the Timer time interval in milliseconds.  Also, sets the frames per second when capturing the screen.

Example:
 
	10ms = 100 Frames per second
	100ms = 10 Frames per second
	500ms = 2 Frames per second
	1000ms = 1 Frame per second

Recommend using 100ms or higher.  TimeInterval is used when TimerEnabled is set to True or False. 

TimerThreadPriority : TThreadPriority
 Effects how often the OnTimer event is fired.  Default appears to work best in simple applications.

OnTimer 
 Event to be used in time capture.

OnHotKey
 Event to be used for capture or hiding application.

For questions, improvements etc. send us an email:
ictent@aol.com

