FMX.ListView.TListViewBase.AutoTapTreshold

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoTapTreshold: Integer read FAutoTapTreshold write FAutoTapTreshold default 8;

C++

__property int AutoTapTreshold = {read=FAutoTapTreshold, write=FAutoTapTreshold, default=8};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Beschreibung

Gibt den Schwellenwert für den automatischen Bildlauf beim Tippen an.

Siehe auch