RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.IsAggRow Method

Reserved for future use.

Pascal
function IsAggRow(Value: Integer): Boolean; virtual;
C++
virtual __fastcall Boolean IsAggRow(int Value);

IsAggRow indicates whether the row specified by Value contains aggregate values rather than data. Value is the index of a row in the cache of rows currently displayed.  

IsAggRow always returns false because data-aware grids do not currently display aggregate values. This method is reserved for future support of aggregates in data-aware grids. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!