怎样利用TAggregates实现对TClientDataSet的分组功能?(100分)

  • 主题发起人 主题发起人 sunjinhua
  • 开始时间 开始时间
S

sunjinhua

Unregistered / Unconfirmed
GUEST, unregistred user!
如题。有个哥们问我,在这里帮他一下:)
 
property GroupingLevel: Integer;
Description
Use GroupingLevel to indicate the groups of records over which this aggregate is calculated. When GroupingLevel is 0 (the default), the aggregate summarizes all the records in the client dataset. When GroupingLevel is greater than 0, the aggregate summarizes each group of records that has the same values on the first GroupingLevel fields of the index.
GroupingLevel can be any value from 0 to the number of fields in the index specified by IndexName.
 
我看帮助了,由于E文太差,看不明白。
 
接受答案了.
 
后退
顶部