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

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!