Data.Bind.Components.IBindMemberChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindMemberChange = interface

C++

__interface  INTERFACE_UUID("{C1A876BA-6128-477A-B7AB-60458993F366}") IBindMemberChange  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Is an interface used by data sources to inform binding components that a member has been renamed or deleted.

See Also