      --------------------------------------------------------
            TDBFlyTreeView and TFlyTreeView Suite
                         1999
                For Delphi2/3/4 and BCB 1/3/4
      --------------------------------------------------------
            (c) Copyright IMCA SYSTEMS, 1997-99

------------------------
HOW TO USE THIS DOCUMENT
------------------------

To view Readme.txt on screen in Notepad, maximize the Notepad window.

To print Readme.txt, open it in Notepad or another word processor,
and then use the Print command on the File menu.


--------
CONTENTS
--------

1. About TDBFlyTreeView and TFlyTreeView  control
2. Product Information
3. Installing
4. REQUIREMENTS
5. Pricing
6. License (READ !!!)
7. Registration
8. Contact Information

--------

1. About TDBFlyTreeView and TFlyTreeView  control
TDBFlyTreeView and TFlyTreeView  Controls:

The TDBFlyTreeView and TFlyTreeView  control is an advanced interface for displaying and editing hierarchical data. It provides a set of the features found in the Microsoft TreeView common control, and expand it functionalty with power and fast additiona

l properties and fun
ctions, which give abilities that go far beyond those of the standard tree control.
The TDBFlyTreeView and TFlyTreeView  control consists of a collection of nodes which are placed in the left column of tree. Each node represents a data item in the tree - data displayed and edited in right column of tree. Nodes are organized into hierarc

hical relationships,
 and are connected by tree lines that represent the "branches" of the tree. Each node has properties and functions that determine its relationship to other nodes in the hierarchy.
       TFlyTreeView Features and abilities
       Displaying Data TFlyTreeView stores all nodes in memory, but data for cells connected to each node retrieved to translate and display through OnGetNodeData event. (Fully virtual mode will be realized in next versions)
       Data Editing Contents of each Node can be edited. ClickKey property support to Allows the user to begin editing (Editor Mode). Tree retrieve through OnIsReadOnlyNode event information about editing node. OnGetEditStyle retrieve EditorStyle - simp


le, dropdown list, dropdown checklist or editor with ellipsis button - this Allows the user to edit diverse data. If EditorStyle is editor with Ellipsis button , when the user clicks on button tree fired OnEditButtonClick - for  popup custom data editor.



       Data Validation All Data after editing retrieeved by tree through OnValidateNodeData, on this event user can process data for validation, translation and storing.
       Working logic: your tree can have working logic - checkboxes and radiobuttons, for which you can adjust images. For want of change of a logical state of Node the states parent and child nodes can be changed. Process of switching you can operate t


hrough appropriate options, function and events
       Professional Design: TFlyTreeView have set of incredible properties which allows user to design tree which  gain look and feel of most popular applications such as MS IE4, MSOutlook, MSOffice97.
       Style property allows user  to gain Normal, ExplorerBar, SectionsList styles look and functionality.
       Background Wallpaper Image To supporting multiple colors in the background, the TFlyTreeView also features support for pictures in the background of the tree. You can specify a simple texture or a complex design to serve as the background area fo


r the tree.
       Flat, Hottrack, Tooltips - Will give to your tree Office97, IE features without requirement ComCtl4.7+
       ToolTips Now let your users read the full text of each tree node! TFlyTreeView's ToolTips displays the full text of tree nodes whose text is wider than the control.
       Backgroundcolor, SelectedBackgroundColor, HeaderColor - customize your colors.
       Superset of options allows the user to display Buttons, Selected, State and Logic images
       Fully Customizable at run and design time At Design and run time user has possibility for change of properties of a tree by calling Customize method.
       Load and saving your work: Templates At Design and Run time your can save or load image of designed tree with all our design work into file by LoadTemplateFromFile and SaveTemplate methods.
       Imaging of Tree Nodes: TFlyTreeView have internal Imagelist for increase of speed of drawing and decrease of use of graphics resources. The TFlyTreeView Properties Editor provide a custom interface to the Images collection, making it easy to add
the pictures you need for your application.
       MultiLines and Height of Nodes: Each Node can dispalying data in multiline (wordwrap) mode. For this purpose it is enough to set On an option TreeWordwrap. Each Node can have various height to see more information.The management of height of Node


 can be carried out through change of property IntegralHeightItem (for all nodes) or through event OnGetIntegralHeightItem (for each node)
       Without ComCtl 4.7+ and MFC DLL's r equirement  TFlyTreeView is a 32-bit control and You don't need any extra DLLs or OCXs, minimizing run-time distribution size.
       Multicolumn support
       Four fetch modes for each column (Virtual, Semi-Virtual, DBMode,DBTranslate) - allows you edit/store datas with minimal coding
       Prompt, DefaultValue, Picklist, NodeData, Visible, ReadOnly - these properties of each column
       allow you to create very ease and convenient treeviews.
       Added GetNodeAttributes event for get custom font,backcolor,alignment for drawing cells.
       Added uitlity function ExchangeNodes - for ease and fast exchange two nodes
----------------------------------------------------
   DBFlyTreeView -
----------------------------------------------------
       DB Support (for four fetch modes)
   .    Smart mechanism for loading/updating tree nodes
   .    Support for automatic generating unique Key values for each Node
       Scroll bars support for use more number of columns on FlyTreeView
       Smart mechanism for moving nodes in DB-aware
   .    DB support for Drag-Drop, Moving, Reorder Nodes
   .    DB Support for Imageindex, StateIndex, SelectedIndex of Node
       DB - Cascading update StateIndexes (for logic operations)
       Keyboard support for adding/inserting/deleting operations
   .    Utility functions for store/convert values of Checklistbox inplace editor
        in DB
   .    Lookup features

2. Product Information
For download latest versions of DBFlyTreeView/TFlyTreeView visit Our HomePage:
http://www.imcasys.com
and mirrors:
http://members.xoom.com/imcasys
http://www.geocities.com/SiliconValley/Hub/2872
http://www.imcasys.webjump.com
----------------------------------------------------------
For Technical Support/Consultations: questions@imcasys.com
About Coming our Reseller:           market@imcasys.com

3. Installing

TDBFlyTreeView/TFlyTreeview working on Delphi 2/3/4.x and C++ Builder 1/3/4.x

For Delphi 4.0 install packages:
  a) copy all files from Delphi4\ to DELPHI\LIB folder
  b) Menu Components\Install Packages
  c) Browse tFlyTree.bpl and dbflytree.bpl

For Delphi 3.0 install packages
  a)copy all files from Delphi3\ to DELPHI\LIB folder
  b) Menu Components\Install Packages
  c) Browse tflytree.dpl and dbflytree.dpl

For Delphi 2.0 install
  a)copy all files from Delphi2\ to DELPHI\LIB folder
  b) Menu Component\Install\Add...
  c) Browse ftvreg.dcu and dbftvreg.dcu

For C++ Builder 1 install
  a)copy all files from CB1\ to CB1\lib folder
  b) Menu Component\Install\Add...
  c) Browse ftvreg.obj and dbftvreg.obj

For C++ Builder 3.0 install packages
  a)copy all files from CB3\ to CB3\LIB folder
  b) Menu Components\Install Packages
  c) Browse tFlyTree.bpl and dbflytree.bpl

For C++ Builder 4.0 install packages
  a)copy all files from CB4\ to CB4\LIB folder
  b) Menu Components\Install Packages
  c) Browse tFlyTree.bpl and dbflytree.bpl

4. REQUIREMENTS

Delphi 2.x or higher or C++Builder 1 or higher


5. Registration Pricing

TDBFlyTreeView/TFlyTreeView for Delphi comes
including TTreeCollection/TRootCollection component

Price:
For Latest info about prices visit http://www.imcasys.com/prices.htm
For Delphi 2/3/4  and higherBCB 1/3/4:
  Without Source Code: US $79.95
  With Source code: US $179.95
  On-Line Registration -
  
  Via V-Share:
  -------------
  Delphi3: https://www.v-share.com/order.asp?username=v_imcasys&product=dflytvdt
  Delphi4: https://www.v-share.com/order.asp?username=v_imcasys&product=dflytvdf
  C++ Builder 3:https://www.v-share.com/order.asp?username=v_imcasys&product=dflytvct
  C++ Builder 4: https://www.v-share.com/order.asp?username=v_imcasys&product=dflytvcf
  Sources: https://www.v-share.com/order.asp?username=v_imcasys&product=dflytvsr

  Via RegSoft:
  -------------
  Delphi2: http://www.regsoft.com/cgi-bin/reg_it_offsite.pl?12502
  Delphi3: http://www.regsoft.com/cgi-bin/reg_it_offsite.pl?12503
  Delphi4: http://www.regsoft.com/cgi-bin/reg_it_offsite.pl?12504
  Sources: http://www.regsoft.com/cgi-bin/reg_it_offsite.pl?12505
  For C++ Builder versions visit http://www.imcasys.com/dflytree.htm
6. License

TDBFlyTreeView and TFlyTreeView Suite is not FreeWare, is it ShareWare.
You may uses TDBFlyTreeView and TFlyTreeView Suite maximum 14 days, after first use.
After 14 days You must registered the TFlyTreeView.

7. Registration

For Registration Visit our Home Page:
http://www.imcasys.com/prices.htm
and mirrors:
http://members.xoom.com/imcasys/prices.htm
http://www.geocities.com/SiliconValley/Hub/2872/prices.htm

For Contact:
E-mail:                              develop@imcasys.com
For Technical Support/Consultations: questions@imcasys.com
About Coming our Reseller:           market@imcasys.com

