FMX.ListView.Types.IListViewPresentationParent.DeleteItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteItem(const ItemIndex: Integer): Boolean;

C++

virtual bool __fastcall DeleteItem(const int ItemIndex) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewPresentationParent

Description

Commits the deletion of an item by ItemIndex.

See Also