FMX.Types.TCustomCaret.Width
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 型です。