FMX.ListView.Types.IListViewPresentationParent Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| CanSelectItem | public | Returns True if the underlying data model allows the presentation layer to select the specified item; it returns False otherwise. |
| CanUnselectItem | public | Returns True if the underlying data model allows the presentation layer to unselect the specified item; it returns False otherwise. |
| 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 | |
| GetContentFrame | public | Gets the content frame of the presented control. |
| GetControlOpacity | public | Gets the opacity of the presented control. |
| GetEstimatedFooterHeight | public | |
| GetEstimatedHeaderHeight | public | |
| GetEstimatedItemHeight | public | |
| GetFlags | public | Gets presentation-specific boolean flags. |
| GetIsTransparent | public | |
| 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 | |
| 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 | |
| Release | public | Decrements the reference count for this interface. |
| SetCreatingNativeView | public | |
| 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. |