Data.Bind.Components.TCustomBindGridList.BreakGroups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BreakGroups: TFillBreakGroups read FBreakGroups write SetBreakGroups;

C++

__property TFillBreakGroups* BreakGroups = {read=FBreakGroups, write=SetBreakGroups};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridList

Description

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.

See Also