FMX.Platform.IFMXSystemInformationService.GetCaretWidth

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

Delphi

function GetCaretWidth: Integer;

C++

virtual int __fastcall GetCaretWidth() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSystemInformationService


説明

特定のプラットフォーム上で提供されるキャレット幅を抽出する、メソッドを宣言します。

GetCaretWidth の実装では、特定のプラットフォームでサポートされる、キャレット幅を返します。

GetCaretWidth は、TCaretRectangle で使用されます。

関連項目