FMX.Types.IFlasher.Interval

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Interval: TFlasherInterval read GetInterval;

C++

__property TFlasherInterval Interval = {read=GetInterval};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFlasher

Beschreibung

Enthält das Blinkintervall in Millisekunden.

Wenn Interval = 0, dann hängt das reale Intervall vom Betriebssystem ab.

Wenn Interval = -1, dann blinkt der Cursor nicht.

Siehe auch