System.WideString.operator +=

From RAD Studio API Documentation
Jump to: navigation, search

C++

WideString& operator +=(const WideString& rhs);

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString


Description

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

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