RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.GetWideString Method

Gets the wide string value for wide string data types.

Pascal
function GetWideString: WideString; virtual;
C++
virtual __fastcall BSTR GetWideString();

Gets the wide string value for TDBXValue instances with a data type of WideString. Throws a TDBXError exception if IsNull is true. 

 

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