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 data in an IDispatch field component.

The SetValue method writes data directly to a field component at run time. SetValue is the protected setter implementation for the Value property.

See Also