FMX.ListBox.TListBoxSelector.FSelectionTimerTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FSelectionTimerTarget: TListBoxItem;

C++

TListBoxItem* FSelectionTimerTarget;

Properties

Type Visibility Source Unit Parent
field class protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

The item that will be the target of a DelayedMouseDown action.

See Also