在TQuery中用Locate 出现错误 请指教  谢谢var opt:TLocateOptions;
begin
     opt:=[loPartialKey];
     Query.Locate('姓名';'NAME1';opt);
end;错误提示如下 
[Error] UnitFormChange.pas(70): Not enough actual parameters
[Error] UnitFormChange.pas(70): Statement expected, but expression of type 'TLocateOptions' found