Results 1 to 3 of 3

Thread: Tree Collection

Threaded View

  1. #1

    Thread Starter
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Tree Collection

    Easy to use collection that gives a flat tree. You can define parents and get a list of first level items. You can also get either all childs or only direct first level childs of any item.

    This is not optimized for speed at all, so it is only handy for handling small amounts of data that is easy to format into a tree. Also, it is only meant for containing string data (although it should be fairly easy to overcome this limitation).

    There is no limitation to the number of childs or levels in the tree.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width