FMX.ListView.Appearances.TTextObjectAppearance

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

FMX.ListView.Appearances.TCustomTextObjectAppearanceFMX.ListView.Appearances.TCommonObjectAppearanceFMX.ListView.Appearances.TObjectAppearanceSystem.Classes.TInterfacedPersistentTTextObjectAppearance

Delphi

TTextObjectAppearance = class(TCustomTextObjectAppearance)

C++

class PASCALIMPLEMENTATION TTextObjectAppearance : public TCustomTextObjectAppearance

プロパティ

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


説明

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

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

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

TTextObjectAppearance のプロパティ 対応する TListItemText のプロパティ
Font Font
IsDetailText* IsDetailText
TextAlign TextAlign
TextColor TextColor
TextVertAlign TextVertAlign
Trimming Trimming
WordWrap WordWrap
* IsDetailText の可視性は public ですが published ではありません。

関連項目