API:Data.Bind.Components.TCustomLinkListControlToField.GetUseEvalShortcuts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUseEvalShortcuts: Boolean; override;

C++

virtual bool __fastcall GetUseEvalShortcuts();

Properties

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

Description

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

Data.Bind.Components.TCustomLinkListControlToField.GetUseEvalShortcuts inherits from Data.Bind.Components.TBindComponentDelegate.GetUseEvalShortcuts. All content below this line refers to Data.Bind.Components.TBindComponentDelegate.GetUseEvalShortcuts.

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.