FMX.ListView.Appearances.TAppearanceListViewItem.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

Properties

Type Visibility Source Unit Parent
destructor public FMX.ListView.Appearances.pas FMX.ListView.Appearances TAppearanceListViewItem

Description

Destroys the current instance of TListItem.

FMX.ListView.Appearances.TAppearanceListViewItem.Destroy inherits from FMX.ListView.Types.TListItem.Destroy. All content below this line refers to FMX.ListView.Types.TListItem.Destroy. 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