FMX.Types.TCustomCaret.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Word read GetWidth write SetWidth default 0;

C++

__property System::Word Width = {read=GetWidth, write=SetWidth, default=0};

Properties

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

Description

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