FMX.ListView.Appearances.TListViewItem Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
Accessorypublic
AdapterpublicRepresents the object that handles the interaction between the list control and the list items.
BitmappublicSpecifies the picture that will be displayed for this item if Images and ImageIndex specify a non-existent image.
BitmapRefpublic
ButtonTextpublicSpecifies the text that will be rendered over the surface of the TListView text button.
CheckedpublicGets or sets checked state of an item at Index.
ControllerpublicRefers to IListViewController.
CountpublicReturns the number of objects (such as TextButton or DetailObject) that are associated with this item.
Datapublic
DetailpublicSpecifies a detail text for this list view item.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
HasDatapublicTrue if a value with index AIndex is stored in this item.
HeaderRefpublicRepresents a reference to determine whether the list item is the header item of the list.
HeightpublicSets the height of cells for each TListItem.
ImageIndexpublicDeclares the zero-based index enumerating images in the Images list of images of the TListView control.
IndexpublicRepresents the index of this list item in its corresponding TListView.
IndexTitlepublicShortcut letter that appears on the right of the list in native iOS presentations.
ObjectspublicUsed to access objects that are associated with this item.
PurposepublicDetermines which item serves for: normal item, header, or footer.
TagpublicStores a NativeInt integral value as a part of a component.
TagObjectpublicIs a user-defined object reference for this item.
TagStringpublicIs a user-defined string tag for this item.
TextpublicSpecifies the text that will be rendered over the surface of this item control.
ViewpublicRepresents the TListItemView that handles an object list of list item drawables.