Data.Bind.Components.TLinkControlToField.OnActivating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivating: TNotifyEvent read GetOnActivating write SetOnActivating;

C++

__property OnActivating;

Properties

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

Description

Event that occurs when activating the binding expressions of this delegate wrapper.

Data.Bind.Components.TLinkControlToField.OnActivating inherits from Data.Bind.Components.TBindComponentDelegate.OnActivating. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.OnActivating.

Event that occurs when activating the binding expressions of this delegate wrapper.

See Also