loc1:= qry1.FieldbyName('SPBM').AsString; //商品編碼編碼
loc2:= qry1.FieldbyName('XH').AsString; //型號字符串
qry.Locate('XH;SPBM', VarArrayOf([loc2,loc1]), [loCaseInsensitive]); //精確匹配 it
在使用Locate時:數據
若是使用loCaseInsensitive就表明不分大小寫查詢數據;查詢
若是使用loPartialKey就表明要以模糊查詢(部分字符串)來查詢數據。db