Data.Bind.Components.IBindControlValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

IBindControlValue = interface

C++

__interface  INTERFACE_UUID("{ABDF3DA4-7A87-44F3-9589-1610207529F7}") IBindControlValue  : public System::IInterface

Description

This interface is implemented by binding components that the observer control changes using the control value observer, such as TBindControlValue and TLinkControlToProperty.

See Also