VirtualTreeView Component for XE2

Where can I get the VirtualTreeView component for Delphi XE2?
I see the download for VirtualTreeView as the top link here:
http://www.soft-gems.net/index.php?option=com_content&task=view&id=30&Itemid=35

But there is no package for Delphi XE2, and the installer does not support XE2.
The source package only supports prior to Delphi 2007 (which is prior to Unicode).

+4
source share
3 answers
+4
source

You must go to the code of the google site http://code.google.com/p/virtual-treeview/ in virtual-treeview Delphi-XE2 packages were added to version 312

+6
source

You can use SVN and get the latest project source code.

As mentioned at http://code.google.com/p/virtual-treeview/source/checkout

Non-members can view an anonymous working read-only copy of HTTP. svn checkout http://virtual-treeview.googlecode.com/svn/trunk/ virtual TreeView read-only

If you use Tortoise SVN, it’s easy for you to install a folder on your system, which can always be easily updated to the latest version.
http://tortoisesvn.net/downloads.html

+1
source

Source: https://habr.com/ru/post/1385787/


All Articles