Delphi TClientDataset查找定位功能

if CDSUserFunc.Locate('mod_id;res_id', VarArrayOf([UserFunc.MOD_ID, UserFunc.RES_ID]), [loCaseInsensitive]) then
begin
CDSUserFunc.Delete;
end;

if not CDS_UserDict.Locate('DICT_ID', strDictId, [loCaseInsensitive]) then
begin

原文地址:https://www.cnblogs.com/zhangzhifeng/p/5593818.html