RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString Class

System::WideString represents strings of 16-bit characters.

Pascal
WideString = class;
C++
class WideString;

wstring.h

System::WideString represents strings of 16-bit characters. Each character is stored as a wchar_t value. The C++ class System::WideString is functionally equivalent to a Delphi intrinsic type, also called System::WideString.

Note: Although System::WideString is a platform-independent data type and often appears in cross-platform code, System::WideString is also useful for working with Microsoft's Component Object Model (COM) System::WideString values are easily converted to or from the BSTR values used in COM.
 

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