RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBits.Destroy Destructor

Destroys an instance of TBits.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TBits();

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TBits object is not nil and only then calls Destroy. 

Destroy frees the memory used to store the array of boolean values. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!