Data.DB.TIDispatchField.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: IDispatch read GetValue write SetValue;

C++

__property _di_IDispatch Value = {read=GetValue, write=SetValue};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TIDispatchField

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.

See Also