Datasnap.DBClient.TAggregates.Clear

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also