FMX.ListView.Types.IListViewPresentationParent Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. | 
| CanSelectItem | public | Returns Trueif the underlying data model allows the presentation layer to select the specified item; it returnsFalseotherwise. | 
| CanUnselectItem | public | Returns Trueif the underlying data model allows the presentation layer to unselect the specified item; it returnsFalseotherwise. | 
| DeleteItem | public | Commits the deletion of an item by ItemIndex. | 
| DidSelectItem | public | The presentation layer executes this method to indicate that it has selected the specified item. | 
| DidUnselectItem | public | The presentation layer executes this method to indicate that it has unselected the specified item. | 
| GetAdapter | public | Getter of the IListViewAdapter type. | 
| GetBackgroundStyleColor | public | Gets the background color defined by the TListView style. | 
| GetContentFrame | public | Gets the content frame of the presented control. | 
| GetControlOpacity | public | Gets the opacity of the presented control. | 
| GetEstimatedFooterHeight | public | Returns an estimated footer height before exact values can be calculated. | 
| GetEstimatedHeaderHeight | public | Returns an estimated header height before exact values can be calculated. | 
| GetEstimatedItemHeight | public | Returns an estimated item height before exact values can be calculated. | 
| GetFlags | public | Gets presentation-specific boolean flags. | 
| GetIsTransparent | public | Is true if TListView is transparent. | 
| GetItemClientRect | public | Gets a client rectangle for items with index. | 
| GetItemCount | public | Gets the number of items. | 
| GetItemHeight | public | Gets the height of an item by ItemIndex. | 
| GetItemIndexTitle | public | Gets the index title for an item by ItemIndex. | 
| GetItemText | public | Gets the main text of ItemIndex. | 
| GetOpacity | public | Gets to control opacity. | 
| GetOptions | public | Gets the native presentation-specific boolean flags. | 
| GetRootObject | public | Gets the root object. | 
| InvokePullRefresh | public | Invokes the PullToRefresh property. | 
| ItemButtonClicked | public | Notifies a control that the button was clicked. | 
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. | 
| RebuildList | public | Recreates a list and updates visible item content when using the native presentation. | 
| RecreateNativePresentation | public | Requests a complete recreation of the presentation. | 
| Release | public | Decrements the reference count for this interface. | 
| SetCreatingNativeView | public | Sets a boolean flag that indicates a native view is being created. | 
| SetScrollViewPos | public | Sets the scroll view position for the control. | 
| SetSearchFilter | public | Sets the search filter. | 
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |