API:Fmx.Bind.DBLinks.TBindDBMemoLink.OnActivated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivated: TNotifyEvent read GetOnActivated write SetOnActivated;

C++

__property OnActivated;

Properties

Type Visibility Source Unit Parent
event published
Fmx.Bind.DBLinks.pas
Fmx.Bind.DBLinks.hpp
Fmx.Bind.DBLinks TBindDBMemoLink

Description

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

Fmx.Bind.DBLinks.TBindDBMemoLink.OnActivated inherits from Data.Bind.Components.TBindComponentDelegate.OnActivated. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.OnActivated.

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

See Also