FMX.ListView.TListView.DeleteButtonText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeleteButtonText;

C++

__property DeleteButtonText;

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

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

FMX.ListView.TListView.DeleteButtonText inherits from FMX.ListView.TListViewBase.DeleteButtonText. All content below this line refers to FMX.ListView.TListViewBase.DeleteButtonText.

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