RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::= Operator

Assigns the string rhs to this System::AnsiString::AnsiString.

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!