FMX.ListView.Types.TListItemTextButton.ButtonType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ButtonType: TTextButtonType read FButtonType write SetButtonType;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemTextButton


Beschreibung

Zählt mögliche TTextButton-Typen auf.

TTextButton kann Folgendes sein:

  • Normal
  • Delete

Siehe auch