RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderList.Destroy Destructor

Destroys an instance of THeaderList.

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

Do not call Destroy directly. Instead, call Free. Free verifies that the THeaderList reference is not nil, and only then calls Destroy. 

Destroy frees the THeaderList instance. If the OwnsObjects property is true, it also frees the header objects in the list. 

 

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