System.AnsiStringBase.operator =

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiStringBase& operator =(const AnsiStringBase& rhs);

Properties

Type Visibility Source Unit Parent
function protected dstring.h System AnsiStringBase


Description

Assigns the string rhs to this AnsiStringBase.

Use operator = to assign the value of the AnsiStringBase from another AnsiStringBase.