FMX.Types.TCustomCaret.Interval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Interval: TFlasherInterval read FInterval write SetInterval default 0;

C++

__property TFlasherInterval Interval = {read=FInterval, write=SetInterval, default=0};

Properties

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

Description

Keeps the caret flashing (blinking) interval.

See Also