Indicates whether an array of strings contains an exact match to a specified string.
function AnsiMatchStr(const AText: string; const AValues: array of string): Boolean;
Boolean AnsiMatchStr(const AnsiString AText, const array of string AValues);
StrUtils
Call AnsiMatchStr to determine whether the string specified by AText matches one of the strings in AValues. Comparisons are case-sensitive.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|