i am seeing delete button via multi touch tap on listview items in my application.
there is deletebuttontext property but there isn't delete button visible false option property for listview.
i don't want use this option in listview.
How do I remove delete button in listview for delphi firemonkey android platform?
Also listview editmode property false but deleting my items via this delete button.
You have to set the property CanSwipeDelete
from your ListView
to false