Data.Bind.Components.TCustomBindGridList.DisableBreakGroups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableBreakGroups: Boolean read FDisableBreakGroups write FDisableBreakGroups;

C++

__property bool DisableBreakGroups = {read=FDisableBreakGroups, write=FDisableBreakGroups, nodefault};

Properties

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

Description

This property specifies whether to ignore the break groups when populating the list.

Set the DisableBreakGroups property to True in order to ignore the break value ranges when populating the list, or to False in order to allow break value ranges.

See Also