I found bug in IDE:
Code:
program Project1;

uses
  SysUtils; // Right mouse - Find Declaration

var
  SysUtils : Integer; // IDE cursor go here :)
begin
end.
SP1 for BDS 2006 fix him, but Turbo Delphi... ;)