Data.Bind.Components.TEvalEnumerator.Custom

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TEvalEnumerator

Delphi

property Custom: Boolean read FCustom;

C++

__property bool Custom = {read=FCustom, nodefault};

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