RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase::+ Operator

Concatenates two System::AnsiStringBase values.

Pascal
operator +(const rhs: AnsiStringBase&);
C++
__fastcall AnsiStringBase operator +(const AnsiStringBase& rhs) const;

The friend function returns an System::AnsiStringBase that is the concatenation of strings lhs and rhs. 

The method returns an System::AnsiStringBase that is the concatenation of this System::AnsiStringBase and rhs. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!