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