ConfigTreeView component available


ChoosePill components announces the immediate availability of the ConfigTreeView component which can be used to provide the advanced options of any application.
With the ConfigTreeView component, building option dialogs is more than easy!
It is a descendant of TTreeView and supports radiobutton and checkbox nodes just like the one which can be seen in Explorers advanced options dialog.

Loading and storing the complete items or only their settings, from registry, INI-file etc. is only a simple call to a method. Everything else is done inside. The ConfigTreeView is free for non-commercial users. Others have to purchase the component for US$ 30 and will receive the complete source code!

Related Discussions
  • FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)
    One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
  • SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)
    I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help... Q
  • HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)
    How to make it run as if you were running it outside of Delphi. Tools | Debugger Options --> Language Exceptions. Their is a checkbox titled...
  • REPEATING FUNCTIONS (2001-01-04 09:46:34)
    The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
  • HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)
    I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
  • TELEPHONE BASED APPLICATION (2001-01-08 10:29:39)
    I did something like this. I wrote a fully operative phone- based banking applciation in two days using VisualVoice and Dialogic cards. However,...
  • HOW TO FREE UP A QUICKREPORT COMPONENT IN MEMORY...? (2001-01-09 08:05:01)
    Use : Begin if RepForm=Nil then RepForm:=TRepForm.Create(Application); End;
  • .BMP ISN'T A VALID PICTURE FILE FORMAT!? UHUM!? (2001-01-05 14:59:28)
    I think you have to Specify what line the text is in, like this. Image1.Picture.LoadFromFile(Memo1.Lines.Strings); If the text in the...
  • DELPHI WITH INTERNET.. (2001-01-05 19:35:50)
    http://www.matlus.com/scripts/website.dll This site is 100% Delphi built and 100% dynamic. All the content you see here is "database driven" and a...
  • SYSTEM.PAS (2001-01-06 04:20:58)
    Probably you are using NT based OS. In order to avoid it use Delphi installer program and select only registering while setup asking setup...
Latest News
Submit News Form Past News
Latest Forum Entries