Data.Bind.Components.TBindComponentDelegate.OnActivating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivating: TNotifyEvent read GetOnActivating write SetOnActivating;

C++

__property System::Classes::TNotifyEvent OnActivating = {read=GetOnActivating, write=SetOnActivating};

Properties

Type Visibility Source Unit Parent
event public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindComponentDelegate

Description

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

See Also