Data.Bind.Components.TCustomLinkFillControlToProperty.Activated

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomLinkFillControlToProperty

Delphi

procedure Activated(Sender: TComponent); override;

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.

Data.Bind.Components.TCustomLinkFillControlToProperty.Activated inherits from Data.Bind.Components.TBindComponentDelegate.Activated. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.Activated.

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

See Also