RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAggregate.Destroy Destructor

Destroys an instance of TAggregate.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!