Data.DB.TInterfaceField.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(const Value: IUnknown);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TInterfaceField

Description

Sets the field's value.

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

See Also