FMX.ListView.TListViewBase.DeleteButtonText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeleteButtonText: string read GetDeleteButtonText write SetDeleteButtonText stored  DeleteButtonTextStored nodefault;

C++

__property System::UnicodeString DeleteButtonText = {read=GetDeleteButtonText, write=SetDeleteButtonText, stored=DeleteButtonTextStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

Specifies the name of the Delete button designed to delete the TListView items.

This button can be displayed if the CanSwipeDelete property is set True.

See Also