Data.Bind.Components.TExpressionItem.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: TExpressionItem

Delphi

property Custom: Boolean read FCustom write FCustom;

C++

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

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.