RAD Studio VCL Reference
|
Indicates whether an array of strings contains a case-insensitive match to a specified string.
function AnsiMatchText(const AText: string; const AValues: array of string): Boolean; overload;
Boolean AnsiMatchText(const AnsiString AText, const array of string AValues);
Call AnsiMatchText to determine whether the string specified by AText matches one of the strings in AValues. Comparisons are case-insensitive and use the current system locale.
AText is the string to locate.
AValues is the array of strings to search.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|