API: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

The base class for FireMonkey carets.

FMX.Controls.TCaret inherits from FMX.Types.TCustomCaret. All content below this line refers to FMX.Types.TCustomCaret.

The base class for FireMonkey carets.

TCustomCaret introduces support for the properties, events, and methods of carets. TCustomCaret does not declare any published properties. The direct descendant TCaret class declares three published properties: Color, Width, and Interval.

The core of the caret functionality is provided by the blinking Flasher control.

See Also