Fmx.Bind.DBLinks.TBindDBGridLink.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
Fmx.Bind.DBLinks.pas
Fmx.Bind.DBLinks.hpp
Fmx.Bind.DBLinks TBindDBGridLink

Description

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

Fmx.Bind.DBLinks.TBindDBGridLink.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