Data.Bind.Grid.TLinkGridColumnExpressionPair.Custom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Custom: Boolean read FCustom;

C++

__property bool Custom = {read=FCustom};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Data.Bind.Grid TLinkGridColumnExpressionPair

Description

Indicates whether the control expression and the source expression use custom format or parse expressions (True) or not (False).

If Custom is True, the expressions cannot be evaluated using evaluation shortcuts, they must be evaluated using the expressions engine instead.

See Also