FMX.ListView.Types.TListItem Properties
InheritedProtected
| Adapter | public | Represents the object that handles the interaction between the list control and the list items. |
| Controller | public | Refers to IListViewController. |
| Count | public | Returns the number of objects (such as TextButton or DetailObject) that are associated with this item. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| HeaderRef | public | Represents a reference to determine whether the list item is the header item of the list. |
| Height | public | Sets the height of cells for each TListItem. |
| Index | public | Represents the index of this list item in its corresponding TListView. |
| Purpose | public | Determines which item serves for: normal item, header, or footer. |
| Tag | public | Stores a NativeInt integral value as a part of a component. |
| TagObject | public | Is a user-defined object reference for this item. |
| TagString | public | Is a user-defined string tag for this item. |
| View | public | Represents the TListItemView that handles an object list of list item drawables. |