API:Datasnap.DBClient.TCustomClientDataSet.ResetAggField
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomClientDataSet |
Delphi
procedure ResetAggField(Field: TField); override;
C++
virtual void __fastcall ResetAggField(Data::Db::TField* Field);
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.