FMX.Edit.Style.TStyledEdit.TextWidth
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 メソッドで、この編集コントロールのテキストを保有する、四角形の幅を返すために使用されます。