RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::= Operator

Assigns the value of theSystem::WideString::WideString to equal a source string.

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

Use the assignment System::WideString::= to set the value of theSystem::WideString::WideString to match the string given by rhs.

Note: BSTR values are used with COM objects. Do not use COM objects in platform-independent applications, since COM is only available under Windows.
 

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