Vcl.DBGrids.TGridDataLink.IsAggRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsAggRow(Value: Integer): Boolean; virtual;

C++

virtual bool __fastcall IsAggRow(int Value);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Reserved for future use.

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.

See Also