RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase Operators

The operators of the AnsiStringBase class are listed here.

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