API:FMX.Controls.TCaret.Width

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Width: Word read GetWidth write SetWidth default 0;

C++

__property Width = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TCaret

説明

TCustomCaret オブジェクトの幅を保持します。

FMX.Controls.TCaret.Width は FMX.Types.TCustomCaret.Width を継承しています。以下の内容はすべて FMX.Types.TCustomCaret.Width を参照しています。

TCustomCaret オブジェクトの幅を保持します。

Width は、Size プロパティに保持されている、浮動小数点 width の切り詰められた整数部分を保持します。Size は、TSizeF 型です。

関連項目