Hey JV,
I don't know if you use this, but this should work (Can't try it out atm.. don't have delphi installed atm, but im going to asap.).
begin
ShellExecute(0, 'open', PChar('http://www.google.com/search?q="' + SearchItemVar + '"'), Nil, Nil, SW_SHOW);
end;