Data.Bind.Components.TLinkListControlToField.FillBreakCustomFormat

From RAD Studio API Documentation

Delphi

property FillBreakCustomFormat: string read FFillBreakCustomFormat write SetFillBreakCustomFormat default 0;

C++

__property FillBreakCustomFormat = {default=0};

Properties

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

Description

Specifies a custom expression that is used with the field defined by the FillBreakFieldName property. {{#multireplace:Data.Bind.Components.TLinkListControlToField.FillBreakCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCustomLinkListControlToField.FillBreakCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TCustomLinkListControlToField.FillBreakCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also