FMX.ListView.Appearances.TGlyphButtonObjectAppearance

提供:RAD Studio API Documentation

TGlyphButtonObjectAppearanceFMX.ListView.Appearances.TCustomGlyphButtonObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearance

Delphi

TGlyphButtonObjectAppearance = class(TCustomGlyphButtonObjectAppearance)

C++

class PASCALIMPLEMENTATION TGlyphButtonObjectAppearance : public TCustomGlyphButtonObjectAppearance

プロパティ

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


説明

リスト ビュー項目のグリフ ボタン(削除ボタンや追加ボタンなど)の外観を表すオブジェクト外観です。

TGlyphButtonObjectAppearance のコア機能の使用方法については、「TCommonObjectAppearance のサブクラスの使用」で説明されています。

コア機能以外にも、TGlyphButtonObjectAppearance には、オブジェクト外観をカスタマイズするための次のプロパティが用意されています。

TGlyphButtonObjectAppearance のプロパティ 対応する TListItemGlyphButton のプロパティ
ButtonType ButtonType
ClickOnSelect ClickOnSelect
Enabled Enabled

関連項目