Data.DB.TIndexDef.GroupingLevel
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TIndexDef |
Delphi
property GroupingLevel: Integer read FGroupingLevel write FGroupingLevel default 0;
C++
__property int GroupingLevel = {read=FGroupingLevel, write=FGroupingLevel, default=0};
Description
Indicates the depth of grouping provided by the index.
Grouping level specifies the level of grouping information maintained by the index. Grouping is only supported on client datasets.