RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StrUtils.AnsiMatchStr Function

Indicates whether an array of strings contains an exact match to a specified string.

Pascal
function AnsiMatchStr(const AText: string; const AValues: array of string): Boolean;
C++
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. 

 

AnsiIndexStr 

AnsiSameStr 

AnsiMatchText

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