FMX.ListView.Appearances.TGlyphButtonObjectAppearance

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

FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceTGlyphButtonObjectAppearance

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

関連項目