  ******************************************************
  *****      NNN    NN EEEEEEEE WW          WW     *****
  *****      NNNN   NN  EE      WW          WW     *****
  *****      NN NN  NN  EE       WW        WW      *****
  *****      NN  NN NN  EEEE     WW   WW   WW      *****
  *****      NN   NNNN  EE        WW  WW  WW       *****
  *****      NN    NNN  EE         WWWWWWWW        *****
  *****      NN     NN EEEEEEEE     WW  WW         *****
  *****                                            *****
  *****                 AND FANTASTIC .......      *****
  ******************************************************

CONTENTS
--------
  1. WOW (What's in this Pack)
  2. INSTALLATION
  3. REGISTRATION
  4. GIFT !!!
  5. LICENSE

1. WOW  
------
  Take A Wild Guess !!!
  What did like SO MUCH in Visual Basic that you DIDNT !!! have in Delphi ???

  CONTROL ARRAYS !!!! Ye...

  Well now you can have it ! all of it ...

  the Visual Component -- Control Array gives you the posibility to create 
  control arrays. what a POWER !!!

  and guess what ! 

  what ???
   
  as everything in Delphi it is MUCH !!! better than creating control arrays
  in Visual Basic !!!
  
  HOW COMES ???

  Well the control array component lets VISUALY select by a mouse Click
  the controls you want to put in the array.

  the index property of each control is visualy chosen by you.
  
  AND !!! ...
    you can build control arrays of different controls in the same array !!!
    WOW !!!

  You Want It ??? You Have To Pay For It !!!

  this is a demo control of CONTROL ARRAY (TCTLARRAY Componnent) . use it
  and see what it gives you.

  This Demo Version is Crippled So Dont try to sell program containing it.

  The Important Properties Are
    ControlsList (AVAILABLE ONLY IN DESIGN TIME) Try To Click It ...
      (Then Click The New Button and Then go over the form and click controls
       see what happends ...)
    ControlCount (RUN TIME ONLY)
    Controls     (RUN TIME ONLY)

    and the method function GetControlIndex wich Get as Parameter an TObject
    and returns his Index in the Array.

    PAY ATTENTION -- Indexes Starts From 0 . So Looping the controls Property
    will look like this ..

    for I := 0 to CTLARRAY1.CONTROLCOUNT - 1 do
      writeln(CTLARRAY1.CONTROLS[I].Name);

   AND !!!!!!!!
     This pack includes Two Other controls ...
     THOTAREA - Lets you make invisible areas that have functionality.
     TIMAGEPANEL - A Panel with an image in it .
     
2. INSTALLATION
---------------

   To install the components do the following

   1. Unzip the Distribution ZIP File
   2. Start Delphi
   3. Go To the Option\Install Components menu in delphi
   4. Click The Add Button 
   5. Write the full file name of the component Registration file (SelReg.DCU)
     for example (C:\DELPHI\GREATCMP\SELREG.DCU)
   6. Click The OK Button

   for a normal operation of TImagePanel wich comes in the Pack
   you must have Standart Controls Registered 
   (that means STDREG compiled in your DCL Library).

   After This process Open Demo.Dpr and See a demo program for those controls
   BE CAREFUL The Demo program requires SYSREG installed in the DCL Lybrary.

   Incoming Files
   --------------
   1. SELREG.DCU   (Registration unit)
   2. SELHOTAR.DCU (Hotarea Component unit)
   3. SELCTLAR.DCU (Control Array component unit)
   4. SELIMGPN.DCU (Image Panel component unit)
   5. CONNECT.DCU  (Part of Registration unit -- MUST BE !!!)
   6. SELREGFR.DCU (Opening form unit)
   7. SELREGFR.DFM (Opening form)
   8. DEMO.DPR     (Demo project) 
   9. CTLSDEMO.PAS (Demo form unit source)
   10.CTLSDEMO.DFM (Demo form)
   11.CTLSDEMO.DCU (Demo form unit)
   12.CTLSDMAH.DCU (Demo About form unit)
   13.CTLSDMAH.DFM (Demo About form)
   14.NCTLARED.DFM (Control Array form -- MUST BE !!!)
   15.NCTLARED.DCU (Control Array form unit -- MUST BE !!!)
   16.NEWCTLED.DFM (Control Array form -- MUST BE !!!)
   17.NEWCTLED.DCU (Control Array form unit -- MUST BE !!!)
   18.SELREG.DCR   (Registration resource file)
   19.IMAGEPNL.BMP (TImagePanel bitmap)
   20.CTLARRAY.BMP (TCTLArray bitmap)
   21.HOTAREA.BMP  (THotArea bitmap)
   22.README.TXT   (This file)

   23.NEWGRID.DCU  (A Grid Component !!! Improved Grid -- NON CLIPRLED 
                    FREE TO USE FREE OF CHANGE -- GIFT !!!!)  

3. REGISTRATION
---------------
  To Register Send 15$US to the following Address

  To      Tal Orlinski
  City    Rishon LeZion
  Street  34th Hakookia Street
  Country ISRAEL
  ZipCode 75548

  fill up your details (include INTERNETT ADDRESS if you have)
  and your address at home.

  so i can send back the fully working Controls
  with a Readme That Covers All Controls Features !!!

 ENJOY USING THESE CONTROLS (I DO)...
 
 These Controls Are (C)opyright product of Tal Orlinski ,1995.

 Also You Will Get A Full Description Of The Grid Features !!! YESSS !!!

4. GIFT
-------

The File NewGrid.DCU
Contains A Gift !!!
 
  YES !!! YOU HEARD ME WELL A GIFT ??????

YOU ARE TTTTTTOOOOOOTTTTTAAAAAALLLLLLYYYYY FREE To use it (put it in commercial
 projects and any other uses EXCEPT SELLING IT for money)

and it has a fewusefull features !
FULL DOCUMENTATION WILL BE GIVEN IN A REGISTRATION FILE OF ALL THE OTHER
COMPONENTS (WOW !!!)

5. LICENSE
----------

You are authorized to distribute All the files in this package as
long as you follow the next few restrictions

1. the package must contain all the files unchanged (Including this Readme file)
2. you are not allow to charge (SELL) the purchasor.
3. you are not allowed to change the opening form of the controls.
4. you are allowed to compile these components and SELL programs containing them
   as long as the opening form is shown

