API:Datasnap.DBClient.TAggregates.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

HIDESBASE void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TAggregates

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