API:FMX.Controls.TCaret.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Word read GetWidth write SetWidth default 0;

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 TCustomCaret object.

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

Keeps the width of the TCustomCaret object.

Width keeps the truncated integer part of floating-point width stored in the Size property. Size has the TSizeF type.

See Also