Data.Bind.Components.TBindComponentDelegate.Activated
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TBindComponentDelegate | |
Delphi
procedure Activated(Sender: TComponent); virtual;
C++
virtual void __fastcall Activated(System::Classes::TComponent* Sender);
Description
Informs the wrapper binding component that a delegate (or contained) binding component has been activated.