FMX.ListView.Appearances.TCustomTextObjectAppearance.IsDetailText

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

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)のどちらを表すかを示します。

関連項目