RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXWritableValue.SetString Method

Set String value for TDBXValue of type of TDBXDataTypes.UnicodeString.

Pascal
procedure SetString(const Value: String); virtual;
C++
virtual __fastcall SetString(const AnsiString Value);

SetString sets the String value for TDBXValue instance with a TDBXDataTypes type of TDBXDataTypes.UnicodeString

 

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