FMX.Types.IFlasher.Interval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Interval: TFlasherInterval read GetInterval;

C++

__property TFlasherInterval Interval = {read=GetInterval};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFlasher

Description

Keeps the flashing (blinking) interval in milliseconds.

If Interval = 0, then the real interval depends on the OS.

If Interval = -1, then the caret does not blink at all.

See Also