Home | 10% - Off! | New | VCL | DB-Aware | Tools | DB Tools | Apps | Samples | .NET | .NET DB-Aware | .NET Tools | .NET Samples | Kylix | Docs | Bold | Discussion | Sites | Tips | DPFL | Authors | Uploads | RSS | Store | Advertisement | About
DB-Aware Components

Visual
Date and Time
Grids
Buttons and Checkboxes
List and Combo Boxes
Edits and Memos
Labels
DBLookup
Images
Navigators
TreeViews
ListViews
Other
Dialogs
Panels
Packs
Visual Queries
DB Access
Direct DB Access
Packs
Multi-Tier
Other
DB-Aware Components > Visual > TreeViews  

Companies News:

FastReport FMX released
FastReport FMX released

Report generator FastReport FMX is the first multiplatform solution for including Business Intelligence into software based on Embarcadero FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X).

Compatible with Embarcadero RAD Studio XE2 (FireMonkey) and XE3 (FireMonkey 2).

Visual report designer is available now on both MS Windows and on MAC OS X!

Full sources.

Get more info here

Want to know more ?

 

AdvTreeViews v.1.25FNC 671 k 30 Mar 2013
By Gregor Markowski. Two components:
  • TAdvTreeView (descendant of TCustomTreeView)
  • TAdvDBTreeView (descendant of TAdvTreeView)
for fastest handling of tree data structure.

Features:

  • full drag & drop support (whent property DragAndDropEnabled set to True)
  • fastest creating tree data structure, just "from scratch", using keyboard or built-in popup menu
  • properties ColorWhenFocused and FontColorWhenFocused let You change colors of the control when it receives focus, without a need of writing additional code anywhere in Form
    in TAdvDBTreeView
  • three build methods:
    • tbmParentFieldSort
    • tbmDatasetFilter
    • tbmProcessRawDataset
  • ID field can be of any text data type
  • null value for root allowed
  • tree is built dynamically, "on demand" of expanding node
  • very fast node locating when setting a KeyValue
  • property MultiParentAllowed: if set to True then You can attach same nodes to varies Parents
  • and much more - see DEMO application (using TObject descendants class hierarchy)
  • see History.Txt for changes
You can register the components under Your own names if You already have components with such names in Your Delphi IDE. Take a look at the AdvTreeViews_RegDeclar.pas placed in Source folder. You can use the components in Your IDE completly free - there is no time limit or NAGscreen.
 
Trial (work while IDE is running)
Source: None
Exe-Demo Included
Download: D2006 D2007 D6 D7  Discuss product

Business Tree OCX Control v.1.0FW 408 k 22 Nov 2004
By Vadim Vasilyev. Allows display the hierarchical data visually (recursive or hard-leveled) and to mark necessary node selection. The data can be retrieved from a DB or build in program code. Can automatically builds a condition string based on the user input. This string can be used in SQL expression for example.
 
Fully functional
Source: On request
Download: D7  

DBFlyTreeView v.8.0.5SW 1479 k 01 Jul 2006
By 9Rays.Net. DBFlyTreeView is a components suite that provides your users with an easy and fast way of hierarchical/ table/ list data display and browsing.

DBFlyTreeView is the direct descendent from FlyTreeView. It allows you to use all features of FlyTreeView + DB-aware power of DBFlyTreeView.

DBFlyTreeView is easily printable. Use DrawCell method for draw any array of cells directly to printer, Metafile or Bitmap canvas.

With DBFlyTreeView you can easily change displayed data hierarchy: simply change Keyfield or Parent field to change record relations. Also you can filter zero-level records using RootValue, an initial value of Keyfield for zero-level nodes. Imagine having more than one data hierarchy in one table.

DBFlyTreeView allows your users change DB-aware node's properties - ImageIndex, StateIndex and SelectedIndex. DBFlyTreeView also supports cascading updates of StateIndexes on change of Node.StateIndex (if you toggle checkbox on some node the states of its children will be changed as well as the state of a parent node).

Four types of in-place editors (simple, DropdownList, dropdown checklist and ellipsis button editor) allow you to edit data conveniently.

DBFlyTreeView is written entirely using Delphi and does not require any extra DLL's or OCX's.
 
Trial (work while IDE is running)
Source: On purchase/registration
Price: $139.95

Download: D5 D7  Register NowHomepage

DBFlyTreeViewPro Suite v.8.0.5SW 1825 k 01 Jul 2006
By 9Rays.Net. DBFlyTreeViewPro is a components suite that provides your users with an easy and fast way of hierarchical/ table/ list data display and browsing. DBFlyTreeViewPro - direct descendent from FlyTreeViewPro and allow you all features of FlyTreeViewPro (power of more than 40 types of inplace editors)+ DB-aware power DBFlyTreeViewPro. DBFlyTreeViewPro - easy printable, use DrawCell smethod for draw any array of cells directly to printer, Metafile or Bitmap canvas.

Now you to use any visual Delphi control as dropdown, organize multiple, hierachical, editable master-detail, lookup and custom views, its easy even for beginner. Include TDBFlyTreeViewPro, TFlyTreeViewPro, TPropertiesTreePro (runtime Object Inspector), TRapidTree, TTreeCollection, THTMLText(multiline label with displaying HTML text feature, vertical and horizontal alignment, wordwrap), ISCalendar, ISPlugEditor.
 
Trial (work while IDE is running)
Source: On purchase/registration
Price: $212.95

Download: D5 D7  Register NowHomepage

DBGridTreeView v.1.12FW 842 k 03 May 2013
By Gregor Markowski.

TDBGridTreeView is a TCustomDBGrid descendants for browsing tree data structures..

If assigned Dataset is not recognized as TTreeDataset then TDBGridTreeView acts exactly as standard TDBGrid.

    published properties of TreeViewParams
  • ButtonStyle
  • LineStyle
  • TreeColumnAlign

    the assigned Dataset is accessed through PropInfo and must have following published properties to be recognized as TTreeDataset
  • TreeParams with two string properties KeyField and ParentField
  • Depth
  • HasChildren
  • IsFirstChild
  • IsLastChild
  • IsAncestorLastChild
  • Expanded

Try included DEMO-exe for more details


 
Fully functional
Source: None
Exe-Demo Included
Download: D2006 D2007 D6 D7  Discuss product

DBTreeView v.1.81FWS 23 k 23 Oct 1997
By Jean-Luc Mattei. A DBTreeView component.
 
Fully functional
Source: Included
Download: D3  

DBTreeView v.1.2FWS 14 k 16 Jan 2002
By Anton Zhuchkov. TDBTreeView is data-aware tree view control. It allow to present your data in the form of tree. You can edit data, insert and delete nodes. It's very fast since the tree is not rebuilding each time you move to another record. Also it allows you to keep records data along with tree node so you can operate your data very quickly.
 
Fully functional
Source: Included
Download: D5 D6  

Dream InfoTree v.4.01SW 761 - 1060 k 04 Dec 2000
By Dream Company. Includes TDCTree control - 100% VCL treeview control which is not based on standard TTreeView. DCTree is completely compatible with TTreeView and supports all standard properties/ events. Besides that it handles nodes with different fonts and sizes. Great features (like multiselect, checkboxes etc.) are combined with incredible speed - it takes just no time to load 100000 items to DCTree and it still works very fast and absolutely flicker free.

Dream InfoTree can be used to display different types of data, including master/detail, self-referenced or any other datasets with custom structure. You can use as many datasets as you need to build tree and the queries can be used to fill levels.
 
Trial (work while IDE is running)
Source: On purchase/registration
Price: $59

Download: CB3 CB4 CB5 D3 D4 D5  We realy use it !Gift for Torry. Thank You !Register NowHomepage

Dynamic DBTreeView v.1.9FWS 895 k 05 Dec 2007
By Borus software. Dynamic DBTreeView controls are based on Virtual TreeView control. They are using clone dataset for internal data manipulation when dynamically building tree nodes and a binary search list for detecting existing nodes. They reflect all changes of underlining dataset (record insertion, deletion, field value change) and support drag and drop operation.

There are three controls: TDTADOTree, TDTClientTree, TDTTableTree for TCustomADODataSet, TCustomClientDataSet and TTable accordingly. If your dataset supports filtering and you can create its clone dataset, you can derive your own treeview by overriding CreateCloneDataSet method of the TDTCustomDBTreeView control.
 
Fully functional
Source: Included

Download: D2005 D2006 D5 D6 D7  Homepage

ExpressDBTree Suite v.1.26C 798 k 14 Jun 2007
By Developer Express Inc. The ExpressDBTree Suite provides you with a series of powerful and easy-to-use tree controls for the display of recursive data in an application. Features such as smart-record loading improve the performance and flexibility of the control to a point that these structures no longer have an adverse performance impact. Intelligent field propagation insures that your data is correct during drag and drop events and when creating nodes. In short, if you have a need to represent self-referenced data structures within your application, there is no substitute for the ExpressDBTreeView.
 
Demo only
Source: On purchase/registration
Price: $59.99
Source Price: $89.99
Exe-Demo Included
Download: CB1 CB2k6 CB5 CB6 D2005 D2006 D2007 D5 D6 D7  Hot Stuff!Register NowHomepage

FIBExTrees v.5.5SW 2040 k 01 Sep 2010
By Igor Ilyinsky. FIBXExTrees Library - components for work with InterBase/ FireBird/ Yaffil databases with use FIBPlus data access components.

Library contains following visible components:

1. OneTable Trees

  • TFIBExTreeView - DBTreeView component. Nodes of Tree load from database after expand parents. Supports:
    • Simple/CheckBox/RadioGroup mode
    • Internal Locate/sort dialogs and internal Popup menu for general edit operations
    • Filtering nodes
    • Custom sorting nodes in any order
    • Easy replacing imageindex and stateindex
    • Full Drag&Drop operation on tree/treelist and between trees/treelists
    • Using additional custom fields
    • Designtime metadata creator
  • TFIBExTreeColumnList – DBTreeView component with columns.
  • TFIBExTreeList – DBListView component.
  • TFIBExTreeComboBox – DBTreeComboBox component.

2. MultyTable Dinamic Trees

  • TFIBExDynTreeView - DBTreeView component.
  • TFIBExDynTreeColumnList – DBTreeView component with columns.
  • TFIBExDynTreeList – DBListView component.
  • TFIBExDynTreeComboBox – DBTreeComboBox component.

 
With Nag-Screen
Source: On purchase/registration
Price: $39.95
Source Price: $39.95
Exe-Demo Included
Download: CB6 D2006 D2007 D2009 D2010 D5 D6 D7  Register NowHomepage

IBXExTrees v.5.5SW 1896 k 01 Sep 2010
By Igor Ilyinsky. IBXExTrees Library - components for work with InterBase/ FireBird/ Yaffil databases with use IBX data access components.

Library contains following visible components:

1. OneTable Trees

  • TIBXExTreeView - DBTreeView component. Nodes of Tree load from database after expand parents. Supports:
    • Simple/CheckBox/RadioGroup mode
    • Internal Locate/sort dialogs and internal Popup menu for general edit operations
    • Filtering nodes
    • Custom sorting nodes in any order
    • Easy replacing imageindex and stateindex
    • Full Drag&Drop operation on tree/treelist and between trees/treelists
    • Using additional custom fields
    • Designtime metadata creator
  • TIBXExTreeColumnList – DBTreeView component with columns.
  • TIBXExTreeList – DBListView component.
  • TIBXExTreeComboBox – DBTreeComboBox component.

2. MultyTable Dinamic Trees

  • TIBXExDynTreeView - DBTreeView component.
  • TIBXExDynTreeColumnList – DBTreeView component with columns.
  • TIBXExDynTreeList – DBListView component.
  • TIBXExDynTreeComboBox – DBTreeComboBox component.

 
With Nag-Screen
Source: On purchase/registration
Price: $39.95
Source Price: $39.95
Exe-Demo Included
Download: C2k9 CB6 D2006 D2007 D2009 D2010 D5 D6 D7  Register NowHomepage

KA DBTreeView v.1.0SW 641 k 31 Mar 2004
By Kiril Antonov. KADaoDBTreeView is a Database equivalent of the standard TTreeView.

It can display hierarchical data stored in any database, which is TDataset compliant.

KADaoDBTreeView is very fast and does not rely on database specific calls to display the data. Compared with some other DBTreeView systems KADaoDBTreeView is sometimes 1000% faster. This is not the only benefit of KADaoDBTreeView – it can sort data, move nodes up and down on same level or level-up and level-down in the tree. All changes reflect immediately in the relying database.

KADaoDBTreeView always detect changes to the Dataset made outside the TreeView and rebuilds itself when such event occurs. It also offers Cached record data, synchronization with records, displaying orphaned records that does not belong to the tree structure of the Dataset.

KADaoDBTreeView also can display the Root of all records in the database which is very useful in some cases.
 
Partially restricted
Source: On purchase/registration
Price: $29.95

Download: D6 D7  Homepage

TDBTreeView v.1.2FW 64 k 04 Dec 2002
By Diaita. TDbTreeView is Data Aware TreeView. It's really fast and easy to use (no coding required) and browsable (both way). The idea of this DBtreeview came from the fact that all the others on the net were bugged, slow (to deal with huge tables (more than 100,000 records)) or unusefull.

Features:

  • Really fast (less than 3 sec. to build a tree with 10,000 DB records on local mysql)
  • Souple: No need to rebuilt the tree for every modification (inserts, updates, ...)
  • Data's nature independant: Based on TDataset, so can be used with BDE, DBExpress, text Based datasets, specifics datasets, ....
  • completely browsable: both ways (Tree -> Dataset, dataset -> Tree)
  • DB events support: before / after: insertNode, editNode, deleteNode
  • supports for images
  • Several modes for insert (Key value determination): AutoIncremental, Automatic(lastID +1), Sql queries (if use of udpateOject) or choosen by users
  • Supports Lookups on another table to find out nodes text
  • Keys support for inserts, deletes, edits
  • Allows active / desactivate mode: browsing, keys support,....

 
Fully functional
Source: On purchase/registration
Source Price: $10
Download: D5 D6  Register NowHomepage


News from our Sponsors

  Easy data compression solution!
Easy Compression Library is a very easy-to-use replacement of TFileStream, TMemoryStream and other TStream descendants to their analogues with compression/decompression and encryption. Compression is transparent, all the methods, properties and behavior of TFileStream and TMemoryStream are supported, so it is very simple to replace them in the application code. Save up to $500 by ordering at Torry's Showcase! more... more...


  Bring fresh look to your applications!
ThemeEngine is a library of components which allows to change visual appearance and behavior of your application with use of the powerful set of tools including visual components, convenient designers, easy-to-use non-visual components, the optimized graphic algorithms and a set of ready themes. ThemeEngine can add themes to forms, to the menu and to the elements of the management. 150+ stable easy to use components and 1000+ free skins. more... more...

Advertising on Torry's Delphi Pages

 

Sort order
Title
Modification
Publication
Quick Search
Exact phrase
Title
Description


Advertising on Torry's Delphi Pages

www.anyplace-control.com

Guest Book
Guest Book

Subscribe to news in RSS 2.0 format!Subscribe to news in RSS 2.0 format!
Bookmark and Share
Up | Home | 10% - Off! | New | VCL | DB-Aware | Tools | DB Tools | Apps | Samples | .NET | .NET DB-Aware | .NET Tools | .NET Samples | Kylix | Docs | Bold | Discussion | Sites | Tips | DPFL | Authors | Uploads | RSS | Store | Advertisement | About
Copyright © Torry's Delphi Pages Torry's Delphi Pages Maintained by Torry Team. Notes? Comments? Feel free to send...

The Ultimate Source of Object Pascal and Delphi Programming Knowledge.

Copyright © 1996-2013
All trademarks are the sole property of their respective owners
Privacy Policy