Data.Bind.Components._di_IBindMemberChange

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IBindMemberChange> _di_IBindMemberChange;

Properties

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

Description

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

_di_IBindMemberChange is a C++Builder type that refers a binding expression member layout change mechanism (IBindMemberChange). IBindMemberChange is used by binding data source components to report changes to data source member names to binding components that reference the data source. This allows the binding components to update their field or member name properties.

See Also