RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::+= Operator

Concatenates this System::WideString::WideString and rhs, and assigns the result to this System::WideString::WideString.

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

Use += to concatenate rhs to the end of the System::WideString::WideString. This System::WideString::+= is not supported when the System::WideString::WideString is a property value. 

 

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