API:Data.DB.TIDispatchField.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(const Value: IDispatch);

C++

HIDESBASE void __fastcall SetValue(const _di_IDispatch Value);

Properties

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

Description

Sets the field's value.

Data.DB.TIDispatchField.SetValue inherits from Data.DB.TInterfaceField.SetValue. All content below this line refers to Data.DB.TInterfaceField.SetValue.

Sets the field's value.

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

See Also