RAD Studio VCL Reference
|
Compares two strings.
operator <(const rhs: UnicodeString&);
__fastcall bool operator <(const UnicodeString& rhs) const;
Returns true if a System::UnicodeString instance is less than rhs, false otherwise. The compare operation is controlled by the current Windows locale, when appropriate.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|