RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn.Destroy Destructor

Destroys an instance of THTMLTableColumn.

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

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the THTMLTableColumn reference is not nil, and only then calls Destroy. Do not explicitly free a THTMLTableColumn that is included in a THTMLTableColumns object. THTMLTableColumns frees the individual column objects it manages. 

 

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