Vcl.Controls.TImageList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TCustomImageList.Destroy */ inline __fastcall virtual ~TImageList() { }

Properties

Type Visibility Source Unit Parent
destructor public Vcl.Controls.hpp Vcl.Controls TImageList

Description

Frees the memory associated with the TImageList object.

Do not call ~TImageList directly. Instead, use the delete keyword on the object, which causes ~TImageList to be invoked automatically.