Data.DBXCommon.TDBXWritableValue.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(const Value: TDBXValue); virtual;

C++

virtual void __fastcall SetValue(TDBXValue* const Value);

Properties

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

Description

Assigns the contents of a TDBXValue to this TDBXWritableValue.

SetValue assigns the contents of a TDBXValue to this TDBXWritableValue.

See Also