RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::<= Operator

Compares two strings.

Pascal
operator <=(const rhs: AnsiString&);
C++
__fastcall bool operator <=(const AnsiString& rhs) const;

Returns true if this System::AnsiString::AnsiString is less than or equal to rhs, false otherwise.

Note: This System::AnsiString::<= performs a simple byte-level numeric comparison. For locale support, or to ignore case, use the AnsiCompare or AnsiCompareIC methods.
 

 

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