FMX.ListView.Types.TListItemTextButton.ButtonType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonType: TTextButtonType read FButtonType write SetButtonType;

C++

__property TTextButtonType ButtonType = {read=FButtonType, write=SetButtonType, nodefault};

Properties

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

Description

Enumerates possible TTextButton types.

The TTextButton can be the following:

  • Normal
  • Delete

See Also