Data.Bind.Components.TBindComponentDelegate.GetUseEvalShortcuts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUseEvalShortcuts: Boolean; virtual;

C++

virtual bool __fastcall GetUseEvalShortcuts();

Properties

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

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.