如何更改 TListView 中 "Swipe Delete" 按钮的文本 - Delphi FireMonkey?

How to change the text of the "Swipe Delete" button in TListView - Delphi FireMonkey?

Delphi 10 with Firemonkey:在 ListView 中,如果 CanSwipeDelete 属性 为 True 并且如果您 运行 在 ListView 项目上滑动,将显示删除按钮。是否可以如图所示更改此删除按钮的文本?

通过列表视图的 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.