RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT::+= Operator
Pascal
operator +=(const rhs: AnsiStringT&);
C++
__fastcall AnsiStringT& operator +=(const AnsiStringT& rhs);

The System::AnsiStringT::+= concatenates this System::AnsiStringT and rhs, assigning the result to this System::AnsiStringT

The System::AnsiStringT::+=() is not supported on a property with getter/setter functions. 

 

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