Show: Delphi C++
Display Preferences

System.WideString.operator +

From XE2 API Documentation
Jump to: navigation, search

C++

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

Properties

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


Description

Concatenates two WideStrings.

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

Personal tools
Previous Versions
Translations