Data.Bind.Components.TCustomBindGridList.BreakExpression
Delphi
property BreakExpression: string read FBreakExpression write FBreakExpression;
C++
__property System::UnicodeString BreakExpression = {read=FBreakExpression, write=FBreakExpression};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomBindGridList |
Description
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.