Data.Bind.Components._di_IBindControlValue

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IBindControlValue> _di_IBindControlValue;

Properties

Type Visibility Source Unit Parent
typedef public Data.Bind.Components.hpp Data.Bind.Components Data.Bind.Components

Description

Represents the IBindControlValue Delphi interface for C++Builder usage.

_di_IBindControlValue is a C++Builder type that refers a binding control value (IBindControlValue). IBindControlValue represents an abstraction implemented by the TCustomBindControlValue component that is used to respond to observer notifications that occur when the user interacts with a control.

See Also