Data.Bind.Components.TBindComponentDelegate.RequiresControlHandler

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function RequiresControlHandler: Boolean; virtual; abstract;

C++

virtual bool __fastcall RequiresControlHandler() = 0 ;

Description

Used internally for observing purposes.

See Also