Data.Bind.Grid.TLinkGridToDataSource.UseEvalShortcuts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseEvalShortcuts: Boolean read GetUseEvalShortcuts write FUseEvalShortcuts default 1;

C++

__property UseEvalShortcuts = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Data.Bind.Grid TLinkGridToDataSource

Description

Determines whether this binding component delegate uses evaluation shortcuts (True) or not (False).

Data.Bind.Grid.TLinkGridToDataSource.UseEvalShortcuts inherits from Data.Bind.Grid.TCustomLinkGridToDataSource.UseEvalShortcuts. All content below this line refers to Data.Bind.Grid.TCustomLinkGridToDataSource.UseEvalShortcuts.

Determines whether this binding component delegate uses evaluation shortcuts (True) or not (False).