Data.Bind.Components.TCustomBindGridList.DisableBreakGroups
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomBindGridList |
Delphi
property DisableBreakGroups: Boolean read FDisableBreakGroups write FDisableBreakGroups;
C++
__property bool DisableBreakGroups = {read=FDisableBreakGroups, write=FDisableBreakGroups, nodefault};
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.