API:Datasnap.DBClient.TAggregates.Clear

From RAD Studio API Documentation

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

Deletes all items from the collection. Datasnap.DBClient.TAggregates.Clear inherits from System.Classes.TCollection.Clear. All content below this line refers to System.Classes.TCollection.Clear.

Deletes all items from the collection.

Clear empties the Items array and destroys each TCollectionItem.

See Also