Data.Bind.Components.TEvalEnumerator.Custom

From RAD Studio API Documentation
Jump to: navigation, search

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 TEvalEnumerator

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.

See Also