RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXAnsiStringValue.GetAsString Method

Get UnicodeString representation of value.

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

GetAsString returns a UnicodeString representation of the value, applying a type conversion if needed. If there is no supported conversion to this type, an exception is raised. 

 

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