Data.Bind.Components.TCustomBindGridLink.RequiresControlHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RequiresControlHandler: Boolean; virtual;

C++

virtual bool __fastcall RequiresControlHandler();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

Description

Indicates whether the binding component needs notification from the control in order to operate properly. If a binding component requires a control handler, then the binding component will attempt to connect to the control using the control's implementation of Observers.

See Also