This is the first thing I heard about it. If this is a consolation, I can reproduce it here.
The first thing you should do is probably the error report file in Quality Central and ask in the Codegear NNTP newsgroups.
, TCustomShellListView.GetFolder , . - , - D2009 Windows\System32. () .
function TCustomShellListView.GetFolder(Index: Integer): TShellFolder;
begin
if Index < FFolders.Count then
Result := TShellFolder(FFolders[Index])
else
Result := NIL;
end;