Data.DB.TIDispatchField.Value
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TIDispatchField |
Delphi
property Value: IDispatch read GetValue write SetValue;
C++
__property _di_IDispatch Value = {read=GetValue, write=SetValue};
Description
Represents the data in an IDispatch field component.
Use Value to read data directly from and write data directly to a field component at runtime. The Value property can affect the contents of a field that is not Visible.