FMX.ListView.Appearances.TTextButtonObjectAppearance

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

FMX.ListView.Appearances.TCustomTextButtonObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceTTextButtonObjectAppearance

Delphi

TTextButtonObjectAppearance = class(TCustomTextButtonObjectAppearance)

C++

class PASCALIMPLEMENTATION TTextButtonObjectAppearance : public TCustomTextButtonObjectAppearance

プロパティ

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


説明

リスト ビュー項目のテキスト ボタンの外観を表すオブジェクト外観です。

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

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

TTextButtonObjectAppearance のプロパティ 対応する TListItemTextButton のプロパティ
ButtonType ButtonType
Enabled Enabled
Font Font
PressedTextColor PressedTextColor
Text Text
TextAlign TextAlign
TextColor TextColor
TextShadowColor TextShadowColor
TextVertAlign TextVertAlign
TintColor TintColor
Trimming Trimming
WordWrap WordWrap

関連項目