FMX.Edit.Style.TStyledEdit.GetCharX

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

Delphi

function GetCharX(a: Integer): Single;

C++

float __fastcall GetCharX(int a);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

説明

指定された位置にある文字の水平座標を返します。

GetCharX は、選択されたテキストを覆う四角形を取得するため、内部的に呼び出されます。

関連項目