Data.Bind.Components.TCustomLinkFillControlToField.Activated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Activated(Sender: TComponent); override;

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 TCustomLinkFillControlToField

Description

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

Data.Bind.Components.TCustomLinkFillControlToField.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