FMX.ListView.Appearances.TPublishedAppearance

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

System.Classes.TPersistentSystem.TObjectTPublishedAppearance

Delphi

TPublishedAppearance = class(TPersistent)

C++

class PASCALIMPLEMENTATION TPublishedAppearance : public System::Classes::TPersistent

プロパティ

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


説明

TAppearanceListView.ItemAppearance プロパティのタイプで、設計時にリスト ビューの外観プロパティをグループ化します。外観プロパティは、オブジェクト インスペクタおよび[構造]ビューにおいてグループ化されます。

設計時に、TPublishedAppearance のプロパティ群がオブジェクト インスペクタで公開されている場合には、フッター、ヘッダー、項目の外観に対して、選択肢の中から選択することにより、UI 要素を指定することができます。

実行時には、TPublishedAppearance のメンバーを使用する必要はありません。これらは、その際に代わりにアクセスできる、リスト ビューのメンバーと同じです。

TPublishedAppearance メンバ
(設計時)
TCustomListView メンバ
(実行時)
ItemHeight ItemHeight
ItemEditHeight ItemEditHeight
HeaderHeight HeaderHeight
FooterHeight FooterHeight
ItemAppearance ItemAppearanceName
ItemEditAppearance ItemEditAppearanceName
HeaderAppearance HeaderAppearanceName
FooterAppearance FooterAppearanceName

関連項目