Strange behavior

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
achristouio
Newbie
Newbie
Posts: 21
Joined: Mon Jan 23, 2006 12:00 am

Strange behavior

Post by achristouio » Fri Aug 03, 2007 3:28 pm

If I declare (by accident)

with Tree, Items do
begin
Sort(True, True);
end;

Tree.FullexpandCollapse(True);
Application.ProcessMessages

I get an error when executing the processmessages.

If I remove Items from declaration above, everything works nice.

Why?

Post Reply