Data.Bind.Components.IBindMemberChange

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

IBindMemberChange = interface

C++

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

Description

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

See Also