TLocateOptions defines the values for the Options parameter of the Locate method of a dataset.
TLocateOptions = set of TLocateOption;
TLocateOption TLocateOptions;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|