ICT Screen To AVI Version 1.1
for Delphi 3,4 & 5
==============================
Copyright 2000 ICT Enterprises
All rights reserved.


Revised: July 31, 2000
http://members.aol.com/ictent

License:

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

Installation:

Using a unzip program that supports long file names, unzip ict_sc.zip to a sub directory on your
hard drive.  Ensure that you unzip the sub directories.

To install perform the following:

- Start Delphi.
- Click File|Open.
- Select ICT_SCRAVI_D3.DPK for Delphi 3 or ICT_SCRAVI_D4.DPK for Delphi 4 or
  ICT_SCRAVI_D5.DPK for Delphi 5.
- Click Compile.
- Click Install.

Delphi 3, 4 & 5:

- 1. Click Tools|Environment Options.
- 2. Change to "Library".
- 3. Add path for file ICT_SCRAVI_D?.DPK to the library path.
- 4. Click OK.


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.

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

FramesPerSec : integer
  Determines the playback speed when playing the AVI file.

Version 1.1 Changes
====================
-- Removed Timer and Keyboard control from component. Use other components to perform
   same functions.

-- Fixed bug in Video Compressor.  Bug caused the component to capture black screens
   after the first capture unless the application was restarted.

-- Corrected Mouse Cursor location in Windows 2000.

-- Fixed Memory Leak

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

