RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase::= Operator

Assigns the string rhs to this System::AnsiStringBase.

Pascal
operator =(const rhs: AnsiStringBase&);
C++
__fastcall AnsiStringBase& operator =(const AnsiStringBase& rhs);

Use this System::AnsiStringBase::= to assign the value of the System::AnsiStringBase from another System::AnsiStringBase

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!