FMX.ListView.Types.IListViewCheckProvider Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
AnyChecked | public | Is a quick query to see if any or all of the items are in checked state. |
CheckAll | public | Changes the check state of all items. |
FirstChecked | public | Shows the Index of the first checked item. |
GetChecked | public | Get checked state for item at Index. |
operator [] | public | |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
SetChecked | public | Set checked state for item at Index. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |