FMX.Controls.TCaret.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width;

C++

__property Width = {default=0};

Properties

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

Description

Keeps the width of the caret object.

In case of the default value 0, the system default width is used. Under Windows, the used Width value is 1. Under iOS, the used Width value is 5.

See Also