
you should install the 3 components first, 
hwdTreeView, hwdStringGrid, hwdListView.

these are all fairly simple compnents - 
have a look at the source for info.

the idea is that from one large table, you
can select the categories/dimensions that 
you want to explore the data by. Unit1 is a demo form.

so, if we have brands, accounts and products 
for example, we can view by account, brand
in the tree, and product details in the list, or
by brand account, or anyway we want.

sadly, filling the treeview is not very fast. i 
need to write a better algorithm for this at some point.

~hugh
hughdoar@hotmail.com


