FMX.Types.IFlasher.Interval
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.