API:Data.Bind.Components.TBindControlValue.OnActivated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivated: TNotifyEvent read FOnActivated write SetOnActivated;

C++

__property OnActivated;

Properties

Type Visibility Source Unit Parent
event published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindControlValue

Description

Event that occurs when the binding expressions have been activated.

Data.Bind.Components.TBindControlValue.OnActivated inherits from Data.Bind.Components.TCommonBindComponent.OnActivated. All content below this line refers to Data.Bind.Components.TCommonBindComponent.OnActivated.

Event that occurs when the binding expressions have been activated.

See Also