FMX.Controls.TCaret.Color
Delphi
property Color;
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.