FMX.Objects.TCaretRectangle.DefaultInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DefaultInterval: TFlasherInterval; virtual;

C++

virtual Fmx::Types::TFlasherInterval __fastcall DefaultInterval();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCaretRectangle

Description

Represents the default interval of time, in milliseconds, at which the caret flashes.

The default interval of time is 500 milliseconds.

See Also