 |
|
 |
 |
 |
| DB-Aware Components > Visual > TreeViews |
|
Companies News:
| 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.25 | FNC |
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 |
 |
|
|
Business Tree OCX Control v.1.0 | FW |
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.5 | SW |
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 |
  |
|
|
DBFlyTreeViewPro Suite v.8.0.5 | SW |
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 |
  |
|
|
DBGridTreeView v.1.12 | FW |
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 |
 |
|
|
DBTreeView v.1.81 | FWS |
23 k |
23 Oct 1997 |
By Jean-Luc Mattei. A DBTreeView component. Fully functional Source: Included
| | Download: D3 |
|
|
|
DBTreeView v.1.2 | FWS |
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 |
|
|
|
Dynamic DBTreeView v.1.9 | FWS |
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 |
 |
|
|
ExpressDBTree Suite v.1.26 | C |
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 |
   |
|
|
FIBExTrees v.5.5 | SW |
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 |
  |
|
|
IBXExTrees v.5.5 | SW |
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 |
  |
|
|
KA DBTreeView v.1.0 | SW |
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 |
 |
|
|
TDBTreeView v.1.2 | FW |
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 |
  |
|
Advertising on Torry's Delphi Pages
|
 |
 |
 |
|
 |