Data.Bind.Components.TEvalEnumerator.UseEvalShortcuts
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TEvalEnumerator |
Delphi
property UseEvalShortcuts: Boolean read FUseEvalShortcuts;
C++
__property bool UseEvalShortcuts = {read=FUseEvalShortcuts, nodefault};
Description
Indicates whether evaluation shortcuts can be used (True
) or not (False
).