FMX.Edit.Style.TStyledEdit.TextWidth

提供:RAD Studio API Documentation

Delphi

function TextWidth(const AStart, ALength: Integer): Single;

C++

float __fastcall TextWidth(const int AStart, const int ALength);

プロパティ

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

説明

この編集コントロールのテキストを保有する、四角形の幅を返します。

TextWidth は protected メソッドで、この編集コントロールのテキストを保有する、四角形の幅を返すために使用されます。

関連項目