FMX.Controls.TCaret.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read FColor write SetColor default 0;

C++

__property Color = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TCaret

Description

Keeps the caret color.

If the default claNull color constant is used, then the actual caret color depends on the OS. Under iOS, the caret color is blue. Under others, the caret color is black.

See Also