RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT::= Operator

Assigns the string rhs to this System::AnsiStringT.

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

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

 

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