FMX.Types.TCustomCaret.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read FColor write SetColor default TAlphaColorRec.Null;

C++

__property System::Uitypes::TAlphaColor Color = {read=FColor, write=SetColor, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Keeps the color of the TCustomCaret object.

See Also