Data.DB.TIndexDef.GroupingLevel

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also