Data.Bind.Components.TBindComponentDelegate.OnActivated

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindComponentDelegate

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property System::Classes::TNotifyEvent OnActivated = {read=GetOnActivated, write=SetOnActivated};

Description

Event that occurs when the binding expressions of this delegate wrapper have been activated.

See Also