FMX.ListView.Appearances.TListViewItem Properties
InheritedProtected
| Accessory | public | |
| Adapter | public | Represents the object that handles the interaction between the list control and the list items. |
| Bitmap | public | Specifies the picture that will be displayed for this item if Images and ImageIndex specify a non-existent image. |
| BitmapRef | public | |
| ButtonText | public | Specifies the text that will be rendered over the surface of the TListView text button. |
| Checked | public | Gets or sets a value indicating whether the item is selected. |
| Count | public | Returns the number of objects (such as TextButton or DetailObject) that are associated with this item. |
| Data | public | |
| Detail | public | Specifies a detail text for this list view item. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| HasData | public | |
| HasObjects | public | Indicates if this item has associated objects. |
| 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. |
| ImageIndex | public | Declares the zero-based index enumerating images in the Images list of images of the TListView control. |
| Index | public | Returns the index of this item in TListView list. |
| IndexTitle | public | Shortcut letter that appears on the right of the list in native iOS presentations. |
| Objects | public | Used to access objects that are associated with this item. |
| Parent | public | Represents the parent of this control. |
| 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. |
| Text | public | Specifies the text that will be rendered over the surface of this item control. |
| View | public | Represents the TListItemView that handles an object list of list item drawables. |