Data.Bind.Components.TLinkListControlToField.FillBreakCustomFormat
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TLinkListControlToField | |
Delphi
property FillBreakCustomFormat;
C++
__property FillBreakCustomFormat = {default=0};
Description
Specifies a custom expression that is used with the field defined by the FillBreakFieldName property.
Data.Bind.Components.TLinkListControlToField.FillBreakCustomFormat inherits from Data.Bind.Components.TCustomLinkListControlToField.FillBreakCustomFormat. All content below this line refers to Data.Bind.Components.TCustomLinkListControlToField.FillBreakCustomFormat.
Specifies a custom expression that is used with the field defined by the FillBreakFieldName property. For instance, the expression StrCopy(%s, 0, 1); causes a break when the first character of the field is different. This property is optional.