4

Where can I get a VirtualTreeView component for Delphi XE2?
I can 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's no package for Delphi XE2 and the installer does not support XE2.
The source only package only supports up to Delphi 2007 (which is pre Unicode).

Johan
  • 74,508
  • 24
  • 191
  • 319

3 Answers3

6

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

RRUZ
  • 134,889
  • 20
  • 356
  • 483
  • Note that this is still VCL-only. There is no FireMonkey version of VirtualTreeView as far as I'm aware. – David Dec 12 '11 at 11:50
4

Here's the link for SVN checkout: http://code.google.com/p/virtual-treeview/source/checkout

Johan
  • 74,508
  • 24
  • 191
  • 319
Pol
  • 5,064
  • 4
  • 32
  • 51
  • I Cant Download From Code.Google.Com Last Virtual-TreeView Source. What I can to do. – mehdi lotfi May 28 '12 at 14:10
  • 1
    @mehdilotfi - You should use SVN client and type `svn checkout http://virtual-treeview.googlecode.com/svn/trunk/ virtual-treeview-read-only` (http://code.google.com/p/virtual-treeview/source/checkout) You will have `svn` command when you install for instance http://tortoisesvn.net/ – Pol Jun 01 '12 at 18:45
1

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

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

Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://virtual-treeview.googlecode.com/svn/trunk/ virtual-treeview-read-only

If you are using Tortoise SVN its easy to set a folder on your system that can always be easily updated to the latest version.
http://tortoisesvn.net/downloads.html

TheSteven
  • 900
  • 8
  • 23