FMX.ListView.Types.IListViewPresentationParent Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
CanSelectItempublicReturns True if the underlying data model allows the presentation layer to select the specified item; it returns False otherwise.
CanUnselectItempublicReturns True if the underlying data model allows the presentation layer to unselect the specified item; it returns False otherwise.
DeleteItempublicCommits the deletion of an item by ItemIndex.
DidSelectItempublicThe presentation layer executes this method to indicate that it has selected the specified item.
DidUnselectItempublicThe presentation layer executes this method to indicate that it has unselected the specified item.
GetAdapterpublicGetter of the IListViewAdapter type.
GetBackgroundStyleColorpublicGets the background color defined by the TListView style.
GetContentFramepublicGets the content frame of the presented control.
GetControlOpacitypublicGets the opacity of the presented control.
GetEstimatedFooterHeightpublicReturns an estimated footer height before exact values can be calculated.
GetEstimatedHeaderHeightpublicReturns an estimated header height before exact values can be calculated.
GetEstimatedItemHeightpublicReturns an estimated item height before exact values can be calculated.
GetFlagspublicGets presentation-specific boolean flags.
GetIsTransparentpublicIs true if TListView is transparent.
GetItemClientRectpublicGets a client rectangle for items with index.
GetItemCountpublicGets the number of items.
GetItemHeightpublicGets the height of an item by ItemIndex.
GetItemIndexTitlepublicGets the index title for an item by ItemIndex.
GetItemTextpublicGets the main text of ItemIndex.
GetOpacitypublicGets to control opacity.
GetOptionspublicGets the native presentation-specific boolean flags.
GetRootObjectpublicGets the root object.
InvokePullRefreshpublicInvokes the PullToRefresh property.
ItemButtonClickedpublicNotifies a control that the button was clicked.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
RebuildListpublicRecreates a list and updates visible item content when using the native presentation.
RecreateNativePresentationpublicRequests a complete recreation of the presentation.
ReleasepublicDecrements the reference count for this interface.
SetCreatingNativeViewpublicSets a boolean flag that indicates a native view is being created.
SetScrollViewPospublicSets the scroll view position for the control.
SetSearchFilterpublicSets the search filter.
SupportspublicIndicates whether a given interface supports a specific (another) interface.