RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.GetAnsiString Method

Gets the string value for ANSI strings.

Pascal
function GetAnsiString: String; virtual;
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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!