FMX.ListView.Appearances.TListViewItem.HasObjects

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

Delphi

property HasObjects: Boolean read GetHasObjects;

C++

__property bool HasObjects = {read=GetHasObjects, nodefault};

プロパティ

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


説明

この項目に関連オブジェクトがあるかどうかを示します。

このプロパティは、この項目に関連オブジェクト(TextButtonDetailObject など)がある場合には、True を返します。Count プロパティは、これらオブジェクトの数を返します。

関連項目