FMX.ListView.Appearances.TListViewItem.HasObjects
Delphi
property HasObjects: Boolean read GetHasObjects;
C++
__property bool HasObjects = {read=GetHasObjects, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TListViewItem |
Description
Indicates if this item has associated objects.
This property returns True if the item has associated objects, such as TextButton, DetailObject, etc. The Count property returns the number of those objects.