API:Data.DB.TIDispatchField.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: TIDispatchField

Delphi

procedure SetValue(const Value: IDispatch);

C++

HIDESBASE void __fastcall SetValue(const _di_IDispatch Value);

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