Subject IBO_VTree and VirtualTree 2.4
Author Dietrich Schulten
Hi,

With V. 2.4.21 of VirtualTrees from the YahooGroup VirtualTreeview, I
get:

[Error] IB_VTree.pas(88): Declaration of 'DoGetImageIndex' differs from
previous declaration

DoGetImageIndex has indeed a new Ghosted parameter:

function DoGetImageIndex(Node: PVirtualNode; Kind: TVTImageKind;
Column: Integer; var Ghosted: Boolean): Integer; override;

I had to add this parameter to be able to compile, but I didn't look what
it should do in the overridden function in IB_VTree.

Has anyone done this? Is Paul listening?

Dietrich