FMX.ListBox.TListBoxSelector.FSelectionTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FSelectionTimer: TTimer;

C++

Fmx::Types::TTimer* FSelectionTimer;

Properties

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

Description

An instance of a timer that DelayedMouseDown initializes.

See Also