Data.Bind.Components.TExpressionItem.Custom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Custom: Boolean read FCustom write FCustom;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TExpressionItem

Description

Indicates whether the expressions uses custom format or parse expressions (True) or not (False).

Expressions that do not use custom format or parse expressions can be evaluated using shortcuts.