RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::c_bstr Method

Returns the underlying BSTR that implements theSystem::WideString::WideString.

Pascal
function c_bstr: WideChar*;
C++
__fastcall WideChar* c_bstr() const;

Use c_System::WideString::c_bstr to access the BSTR that implements theSystem::WideString::WideString.

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

System::WideString::c_bstr 

System::WideString::Copy 

System::WideString::&

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