Data.Bind.Components.TBindComponentDelegate.Activated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Activated(Sender: TComponent); virtual;

C++

virtual void __fastcall Activated(System::Classes::TComponent* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindComponentDelegate

Description

Informs the wrapper binding component that a delegate (or contained) binding component has been activated.

See Also