Data.Bind.Grid.TLinkGridColumnExpressionPair.Custom
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Bind.Grid.pas Data.Bind.Grid.hpp
| |
| Unit: Data.Bind.Grid | |
| Parent: TLinkGridColumnExpressionPair | |
Delphi
property Custom: Boolean read FCustom;
C++
__property bool Custom = {read=FCustom};
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.