Virtual-TreeView icon indicating copy to clipboard operation
Virtual-TreeView copied to clipboard

Wrong Class for new function GetLastSelected()

Open StefanGrube opened this issue 3 years ago • 0 comments

VirtualTrees.pas could not be compiled anymore since the latest revision R1835(SVN). The class for the new function GetLastSelected() should be TBaseVirtualTree instead of TVirtualStringTree:

function TVirtualStringTree.GetLastSelected(ConsiderChildrenAbove: Boolean = False): PVirtualNode; -> function TBaseVirtualTree.GetLastSelected(ConsiderChildrenAbove: Boolean = False): PVirtualNode;

StefanGrube avatar May 30 '22 09:05 StefanGrube