dmclient.cdskcspxx.Close;
  dmclient.cdskcspxx.CommandText:='select spbh ,spm from kcspxx order by spbh';
  dmclient.cdskcspxx.Open;
dmclient.cdskcspxx.Locate('spbh',comboboxspbh.Text,[loCaseInsensitive]);请问一下,为什么系统会提示: 
[Error] utjjhdmx.pas(220): Undeclared identifier: 'loCaseInsensitive'
[Error] utjjhdmx.pas(220): Incompatible types: 'TLocateOption' and 'Integer'
[Fatal Error] udht.pas(45): Could not compile used unit 'utjjhdmx.pas'