FMX.ListView.Types.TListItem Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AdapterpublicRepresents the object that handles the interaction between the list control and the list items.
ControllerpublicRefers to IListViewController.
CountpublicReturns the number of objects (such as TextButton or DetailObject) that are associated with this item.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
HeaderRefpublicRepresents a reference to determine whether the list item is the header item of the list.
HeightpublicSets the height of cells for each TListItem.
IndexpublicRepresents the index of this list item in its corresponding TListView.
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.
ViewpublicRepresents the TListItemView that handles an object list of list item drawables.