| # |
Control |
Improvement
for more convenient work if you use FlyTree |
| 1 |
OptionGroup |
Clickable header with
bitmap, scrollbars, custom image of option button, tooltips,
additional images, background wallpaper, additional columns, editing
possibilites |
| 2 |
Checklistbox |
Clickable header with
bitmap, scrollbars, custom image of Checked/Unchecked/Grayed state,
tooltips, additional images, background wallpaper, additional
columns, editing possibilites |
| 3 |
Multisection(expandable)
OptionGroup |
Options separated in
groups, scrollbars support, custom image of option button, tooltips,
additional images, background wallpaper, additional columns, editing
possibilites,automatic incremental search, autoexpand features |
| 4 |
Multisection(expandable)
Checklistbox |
Checklists separated
in groups, scrollbars support, custom image of
Checked/Unchecked/Grayed state, tooltips, additional images,
background wallpaper, additional columns, editing possibilites,
automatic incremental search, autoexpand features |
| 5 |
ListBox |
Multicolumnar
features, different sort modes, tooltips, draggable items,
background bitmap, editing possibility, image for each item, simple
custom drawing,automatic incremental search, huge arrays of items,
clickable and draggable columns, headers support, custom height of
items, wordwrap |
| 6 |
ListBox with
bitmaps |
Multicolumnar
features, different sort modes, tooltips, draggable items,
background bitmap, editing possibility, image for each item, simple
custom drawing,automatic incremental search, huge arrays of
items,clickable and draggable columns, headers support, custom
height of items, wordwrap |
| 7 |
TreeView |
More faster work.
native Delphi control, breaks barrier of 64k nodes multicolumnar
features: drag/show/hide/bitmaps in columns, different sort modes,
tooltips, background bitmap, editing possibility, internal imagelist,
simple custom drawing, custom height of nodes, different styles of
inplace editors. |
| 8 |
Explorerbar |
More faster work.
native Delphi control, breaks barrier of 64k nodes multicolumnar
features: drag/show/hide/bitmaps in columns, different sort modes,
tooltips, background bitmap, editing possibility, internal imagelist,
simple custom drawing, custom height of nodes, different styles of
inplace editors. |
| 9 |
SectionsList |
More faster work.
native Delphi control, breaks barrier of 64k nodes multicolumnar
features: drag/show/hide/Click/bitmaps in columns, different sort
modes, tooltips, background bitmap, editing possibility, internal
imagelist, simple custom drawing, custom height of nodes, different
styles of inplace editors. |
| 10 |
Grid, OutlinedGrid |
Multicolumnar
features: drag/show/hide/Click/bitmaps in columns, different sort
modes (fastest), tooltips for each cell, background wallpaper
bitmap, different fetch data modes, internal imagelist, internal
functions for support drawing images in cells, different
styles of inplace editors, allowing possibility have subgrid for
each row, loading/saving image of control and Cells in CSV-format. |
| 11 |
Array of
editable controls |
More convenient work,
Scrollbars support on big number of fields, different styles of
editors, labels on left or right site, headers, resizable
possibility, background wallpaper |
| 12 |
Custom
ObjectInspector |
In property editor of
flytree you can see ObjectInspector implemented on FlyTree |
| 13 |
List view |
Compatible with
ViewStyle = vsReport, some over styles coming soon |
| 14 |
2D-Array of
Checkboxes |
Scrollable
multicolumnar array of checkboxes. Checkboxes can be editable or
readonly |
| 15 |
Vertical Grid |
In vertical grid you can work
different inplace editos, cell types, easy use of custom controls as popup editors |
| 16 |
Hierarchical optionslist |
You can validate all changes maked
on options list and automatically refresh states of parent and child nodes
after each node state change |
| 17-31 |
Controls listed above in databound or combination bound/unbound modes |
Now you can use any Delphi control as custom dropdown! See the screenshots.
By using OnGetNodeData event you can prepare data fetched from db-table for translate or calculate.
DBFlyTreeViewPro is easily printable.
You can use DrawCells method to draw any array of cells on Metafile or Bitmap canvas to produce image of cells or directly draw to printer Canvas.
DBFlyTreeViewPro does not save any extra data from DB-table and fetch and translate data from DB on the fly
DBFlyTreeViewPro direct descendent from flytreeview and support all features of it. See features list of
Now you can more easily and quickly add, setup and connect DBFlyTreeViewPro columns to DataSource fields. Just RightClick on your DBFlyTreeViewPro and choose Retrieve Fields command!
Now DBFlyTreeViewPro supports UNICODE. You can choose support ANSI or UNICODE in defines ({$DEFINE UNICODE}) before compiling.
You can organize multiple master details in one DBFlyTreeViewPro using unique and easy Dropdowns mechanism, which allows you to use ANY visual control as a dropdown.