Data.DBXCommon.TDBXWritableValue.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXWritableValue

Delphi

procedure SetValue(const Value: TDBXValue); virtual;

C++

virtual void __fastcall SetValue(TDBXValue* const Value);

Description

Assigns the contents of a TDBXValue to this TDBXWritableValue.

SetValue assigns the contents of a TDBXValue to this TDBXWritableValue.

See Also