API: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 color of the TCustomCaret object.

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

Keeps the color of the TCustomCaret object.

See Also