Data.DB.TIndexDef.GroupingLevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupingLevel: Integer read FGroupingLevel write FGroupingLevel default 0;

C++

__property int GroupingLevel = {read=FGroupingLevel, write=FGroupingLevel, default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TIndexDef

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