FMX.ListView.Types.TListItemTextButton.ButtonType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ButtonType: TTextButtonType read FButtonType write SetButtonType;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemTextButton


説明

利用可能な TTextButton のタイプを列挙します。

TTextButton は次のとおりです:

  • 通常
  • [削除]

関連項目