Delphi Programming
Advertisement

Virtual Treeview is a component suite by Mike Lischke.

Virtual Treeview is a very flexible control. It uses a "virtual node" paradigm to achieve impressive run-time performance. Basically, initialisation is divided into 2 stages:

  • Fast pre-initialization and
  • Formal (and possibly expensive) initialization.

The virtual paradigm defers formal initialization until absolutely needed for display purposes.

See also:[]

Advertisement