Datasnap.DBClient.TAggregates.Clear
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TAggregates |
Delphi
procedure Clear;
C++
HIDESBASE void __fastcall Clear();
Description
Removes all aggregates from the Items property array.
Call Clear to empty the Items property array. After Clear frees each aggregate in the Items array, it informs the associated client dataset so that it can update its ActiveAggs property.