Datasnap.DBClient.TAggregate.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TAggregate();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TAggregate

Description

Destroys an instance of TAggregate.

Do not call Destroy directly in an application. Instead, call Free, which checks that the TAggregate reference is not nil before calling Destroy.

Destroy frees the internal buffer that is used for calculating values.

See Also