RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXWideMemoValue.GetWideString Method

Gets System::UnicodeString for TDBXValues with data type of TDBXDataTypes.UnicodeString.

Pascal
function GetWideString: UnicodeString; override;
C++
virtual __fastcall UnicodeString GetWideString();

Gets the System::UnicodeString value for TDBXValue instances with a TDBXDataTypes type of TDBXDataTypes.UnicodeString. This method throws a TDBXError exception if TDBXValue.IsNull is true. 

This method gets the defaultValue if it is specified and the TDBXValue is null. 

 

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