RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXAnsiMemoValue.GetAnsiString Method

Gets the string value for ANSI strings.

Pascal
function GetAnsiString: AnsiString; override;
C++
virtual __fastcall AnsiString GetAnsiString();

Gets the string value for TDBXValue instances with a data type of AnsiStringType. 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!