FMX.ListView.TListView.FooterAppearanceName

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

Delphi

property FooterAppearanceName: string read GetFooterAppearanceName write SetFooterAppearanceName stored False default 0;

C++

__property FooterAppearanceName = {default=0};

プロパティ

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


説明

リスト ビューのフッター項目の外観の名前

FMX.ListView.TListView.FooterAppearanceName は FMX.ListView.TAppearanceListView.FooterAppearanceName を継承しています。以下の内容はすべて FMX.ListView.TAppearanceListView.FooterAppearanceName を参照しています。


リスト ビューのフッター項目の外観の名前

取り得る値は以下のとおりです。

項目 説明
Custom カスタマイズされた外観
ListHeader デフォルトの外観

関連項目