Data.DB.TInterfaceField.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TInterfaceField

Delphi

procedure SetValue(const Value: IUnknown);

C++

void __fastcall SetValue(const System::_di_IInterface Value);

Description

Sets the field's value.

SetValue sets the value of the field with the given IUnknown.

See Also