Data.Bind.Components.TEvalEnumeratorToEditor.Custom
Delphi
property Custom: Boolean read FCustom;
C++
__property bool Custom = {read=FCustom, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TEvalEnumeratorToEditor |
Description
Indicates whether the expression uses custom format or parse expressions (True) or not (False).
If Custom is True, the expression cannot be evaluated using evaluation shortcuts, it must be evaluated using the expressions engine instead.