API:Data.Bind.Components.TLinkFillControlToField.FillBreakCustomFormat

From RAD Studio API Documentation
Jump to: navigation, search

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 TLinkFillControlToField

Description

Specifies a custom expression used with the field defined by FillBreakFieldName.

Data.Bind.Components.TLinkFillControlToField.FillBreakCustomFormat inherits from Data.Bind.Components.TCustomLinkFillControlToField.FillBreakCustomFormat. All content below this line refers to Data.Bind.Components.TCustomLinkFillControlToField.FillBreakCustomFormat.

Specifies a custom expression used with the field defined by FillBreakFieldName. 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