Data.Bind.Components.TCustomLinkControlToField.UseEvalShortcuts
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomLinkControlToField |
Delphi
property UseEvalShortcuts: Boolean read GetUseEvalShortcuts write SetUseEvalShortcuts default True;
C++
__property bool UseEvalShortcuts = {read=GetUseEvalShortcuts, write=SetUseEvalShortcuts, default=1};
Description
Determines whether this binding component delegate uses evaluation shortcuts (True
) or not (False
).