Show: Delphi C++
Display Preferences

System.WideString.operator +=

From XE2 API Documentation
Jump to: navigation, search

C++

WideString& __fastcall 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.

Personal tools
Previous Versions
Translations