RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::+ Operator

Concatenates twoSystem::WideString::WideStrings.

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

The + System::WideString::+ returns aSystem::WideString::WideString that has the value passed as rhs concatenated to the end. A related friend System::WideString::+ takes two arguments and returns the concatenation of lhs with rhs. 

 

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