RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TLocateOptions Type

TLocateOptions defines the values for the Options parameter of the Locate method of a dataset.

Pascal
TLocateOptions = set of TLocateOption;
C++
TLocateOption TLocateOptions;

DB

TLocateOptions is the type of the Options parameter to a dataset's Locate method. The following table lists the possible values:

Value 
Description 
loCaseInsensitive  
Key fields and key values are matched without regard to case.  
loPartialKey  
Key values can include only part of the matching key field value; for example, 'HAM' would match both 'HAMM' and 'HAMMER.'  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!