Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Error in TElXTreeItem.NewVirtualSort (ElXTree.pas)

          TriggerSortBegin;
          Self.FParent.Sort(False);
          TriggerSortBegin;

I think the last line should be a

          TriggerSortEnd;

Comments

Sign In or Register to comment.