delphi7 loPartialKey
loPartialKey is a property in Delphi 7 that is used to specify the key type for a TDataSet.Locate operation.
When performing a locate operation on a dataset, the loPartialKey property determines whether the locate operation should match the key value exactly or partially.
If loPartialKey is set to True, the locate operation will perform a partial match, meaning it will match any records that have the specified key value as a substring.
If loPartialKey is set to False, the locate operation will perform an exact match, meaning it will only match records that have the specified key value exactly.
By default, loPartialKey is set to False
原文地址: https://www.cveoy.top/t/topic/iMgi 著作权归作者所有。请勿转载和采集!