Data.Bind.Components.TCustomBindGridLink.RequiresControlHandler
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomBindGridLink |
Delphi
function RequiresControlHandler: Boolean; virtual;
C++
virtual bool __fastcall RequiresControlHandler();
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.