Vcl.Dialogs.TTaskDialogButtons.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTaskDialogButtons();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialogButtons

Description

Destroys the collection and each item in it.

Vcl.Dialogs.TTaskDialogButtons.Destroy inherits from System.Classes.TCollection.Destroy. All content below this line refers to System.Classes.TCollection.Destroy.

Destroys the collection and each item in it.

Destroy uses the Clear method to free each item referenced in the Items array, then destroys the collection itself.

See Also