FMX.Types.TCustomCaret.Width

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

Delphi

property Width: Word read GetWidth write SetWidth default 0;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

説明

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

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

関連項目