Einzelnen Beitrag anzeigen

Benutzerbild von APP
APP

Registriert seit: 24. Feb 2003
Ort: Graz (A)
705 Beiträge
 
Delphi 7 Enterprise
 
#2

Re: VirtualExplorerTree Expand All

  Alt 26. Aug 2004, 05:57
Hallo Christian,
die Funktion ist vom VirtualTree geerbt:
TBaseVirtualTree.FullExpand(); Beachte aber:
Zitat:
Call this method to bring all nodes in the tree into an expanded state. This method expands every node in the tree and initializes nodes which are not yet initialized to expand them too if necessary. Since this will validate every node in the tree it is counterproductive and against the Virtual Paradigm.
Armin P. Pressler

BEGIN
...real programmers are using C/C++ - smart developers Delphi;
END;
  Mit Zitat antworten Zitat