Datasnap.DBClient.TAggregate.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TAggregate

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~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