FMX.ListView.Types.TListItem.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TListItem();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem

Description

Destroys the current instance of TListItem.

This destructor frees the object list with instances of list item drawables and the TListItemView that handles them.

See Also