FMX.Objects.TCaretRectangle.DefaultColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DefaultColor: TAlphaColor; virtual;

C++

virtual System::Uitypes::TAlphaColor __fastcall DefaultColor();

Properties

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

Description

Represents the default color of the caret.

Use DefaultColor to retrieve the default color for the caret of this TCaretRectangle.

See Also