Web.DBWeb.THTMLTableColumn.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~THTMLTableColumn(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Web.DBWeb.pas Web.DBWeb.hpp |
Web.DBWeb | THTMLTableColumn |
Description
Destroys an instance of 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.