Data.DBXCommon.TDBXWritableValue.SetAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsString(const Value: string); virtual;

C++

virtual void __fastcall SetAsString(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

Sets the value as a UnicodeString representation.

SetAsString sets the value as a UnicodeString representation, applying a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.

See Also