API:Data.Bind.Components.TBindControlValue.OnActivating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivating: TNotifyEvent read FOnActivating write SetOnActivating;

C++

__property OnActivating;

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 activating the binding expressions.

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

Event that occurs when activating the binding expressions.

See Also