Data.Bind.Components.TBindComponentDelegate.GetUseEvalShortcuts

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 GetUseEvalShortcuts: Boolean; virtual;

C++

virtual bool __fastcall GetUseEvalShortcuts();

Description

Returns True if this binding component delegate supports evaluation shortcuts or False otherwise.

Subclasses of TBindComponentDelegate that support evaluation shortcuts must reimplement GetUseEvalShortcuts to return True.