RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString Operators

The operators of the AnsiString class are listed here.

 
Name 
Description 
 
!= 
Compares two strings. 
 
[] 
This is the overview for the [] operator overload. 
 
+ 
Concatenates two System::AnsiString::AnsiString values. 
 
+= 
 
< 
Compares two strings. 
 
<= 
Compares two strings. 
 
= 
Assigns the string rhs to this System::AnsiString::AnsiString
 
== 
Compares the System::AnsiString::AnsiString with a specified string, returning true if they are the same. 
 
> 
Compares two strings. 
 
>= 
Compares two strings. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!