Data.Bind.Components.TBindComponentDelegate.Activated
Delphi
procedure Activated(Sender: TComponent); virtual;
C++
virtual void __fastcall Activated(System::Classes::TComponent* Sender);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindComponentDelegate |
Beschreibung
Benachrichtigt die Wrapper-Bindungskomponente, dass eine Delegat-Bindungskomponente (oder eine abgeleitete Bindungskomponente) aktiviert wurde.