RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TLocateOption Enumeration
Pascal
TLocateOption = (
  loCaseInsensitive,
  loPartialKey
);
C++
enum TLocateOption {
  loCaseInsensitive,
  loPartialKey
};

This is record DB.TLocateOption.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!