FMX.Controls.TCaret

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TCustomCaretSystem.Classes.TPersistentSystem.TObjectTCaret

Delphi

TCaret = class (TCustomCaret)

C++

class PASCALIMPLEMENTATION TCaret : public Fmx::Types::TCustomCaret

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Description

Represents the flashing rectangle that appears in controls accepting the keyboard input.

Use TCaret to change the attributes of the caret in a control that accepts text. TCaret has three published properties: Color, Width, and Interval and several public properties: Flasher, Visible, and others.

See Also