Data.DB.TIDispatchField.SetValue
[–] 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 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.