Data.DB.TInterfaceField.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: IUnknown read GetValue write SetValue;

C++

__property System::_di_IInterface Value = {read=GetValue, write=SetValue};

Properties

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

Description

Represents the data in an interface 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 even if it is not Visible.

See Also