Datasnap.DBClient.TCustomClientDataSet.ResetAggField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetAggField(Field: TField); override;

C++

virtual void __fastcall ResetAggField(Data::Db::TField* Field);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Resets the aggregate field.

Datasnap.DBClient.TCustomClientDataSet.ResetAggField inherits from Data.DB.TDataSet.ResetAggField. All content below this line refers to Data.DB.TDataSet.ResetAggField.

Resets the aggregate field.

ResetAggField resets the aggregate field for the given Field. The method is virtual and blank, so every TDataSet descendant must override it in its specific way.

See Also