API:Data.Bind.Components.TLinkFillControlToField.FillBreakGroups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FillBreakGroups: TFillBreakGroups read GetFillBreakGroups write SetFillBreakGroups;

C++

__property FillBreakGroups;

Properties

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

Description

Specifies a collection of break value ranges.

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

Specifies a collection of break value ranges. The break value falls within an item in this collection. The display value associated with the item is displayed in the header. This property is optional.

See Also