RAD Studio VCL Reference
|
Indicates whether one string is a (case-insensitive) prefix of another.
function AnsiStartsText(const ASubText: string; const AText: string): Boolean; overload;
Boolean AnsiStartsText(const AnsiString ASubText, const AnsiString AText);
AnsiStartsText returns true if the string specified by ASubText appears as the leading part of the string specified by AText. Comparison is performed case-insensitively and uses the current system locale.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|