RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXStringValue.GetWideString Method

Gets the wide string value for wide string data types.

Pascal
function GetWideString: UnicodeString; override;
C++
virtual __fastcall UnicodeString 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!