FMX.ListView.Appearances.TCustomTextObjectAppearance.IsDetailText
Delphi
property IsDetailText: Boolean read FIsDetailText write SetIsDetailText;
C++
__property bool IsDetailText = {read=FIsDetailText, write=SetIsDetailText, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp  | 
        FMX.ListView.Appearances | TCustomTextObjectAppearance | 
説明
このテキスト外観が通常のテキスト(False)と詳細テキスト(True)のどちらを表すかを示します。
関連項目
- FMX.ListView.Appearances.TCustomTextObjectAppearance.Font
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.TextAlign
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.TextColor
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.TextVertAlign
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.Trimming
 - FMX.ListView.Appearances.TCustomTextObjectAppearance.WordWrap