API:Data.Bind.Components.TBindGridList.BreakExpression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BreakExpression: string read FBreakExpression write FBreakExpression default 0;

C++

__property BreakExpression = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindGridList

Description

Specifies an expression that is evaluated as the list is populated.

Data.Bind.Components.TBindGridList.BreakExpression inherits from Data.Bind.Components.TCustomBindGridList.BreakExpression. All content below this line refers to Data.Bind.Components.TCustomBindGridList.BreakExpression.

Specifies an expression that is evaluated as the list is populated. When the value of this expression changes then a new handler will be inserted into the list control.

See Also