RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT Operators

The operators of the AnsiStringT class are listed here.

 
Name 
Description 
 
!= 
Compares two strings. 
 
+ 
Concatenates two System::AnsiStringT values. 
 
+= 
 
< 
Compares two strings. 
 
<= 
Compares two strings. 
 
= 
Assigns the string rhs to this System::AnsiStringT
 
== 
Compares the System::AnsiStringT with a specified string, returning true if they are the same. 
 
> 
Compares two strings. 
 
>= 
Compares two strings. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!