FMX.ListBox.TListBoxSelector Fields
InheritedProtected
| FCurrent | class protected | Index of the current item. |
| FFirst | class protected | Index of the first selected item. |
| FInternalChange | class protected | A flag that methods can use to prevent the sending of the change notification. |
| FListBox | class protected | The reference to the list box to which this instance of TListBoxSelector belongs. |
| FMouseSelectActive | class protected | Proteced field for the MouseSelectActive property. |
| FSelectionTimer | class protected | An instance of a timer that DelayedMouseDown initializes. |
| FSelectionTimerTarget | class protected | The item that will be the target of a DelayedMouseDown action. |