Data.Bind.Components.IBindActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindActivate = interface

C++

__interface  INTERFACE_UUID("{79856F26-5E66-4A24-B4DE-A7DBBE6356AD}") IBindActivate  : 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

This interface is implemented by binding components. Data sources use this interface to activate binding components when the data source becomes active.

See Also