API:Data.Bind.Grid.TCustomLinkGridToDataSource.GetUseEvalShortcuts
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.Bind.Grid.pas Data.Bind.Grid.hpp
| |
| Unit: Data.Bind.Grid | |
| Parent: TCustomLinkGridToDataSource | |
Delphi
function GetUseEvalShortcuts: Boolean; override;
C++
virtual bool __fastcall GetUseEvalShortcuts();
Description
Returns True if this binding component delegate supports evaluation shortcuts or False otherwise.
Data.Bind.Grid.TCustomLinkGridToDataSource.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.