FMX.Text.TTextService.MaxLength

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

Delphi

property MaxLength: Integer read FMaxLength write SetMaxLength;

C++

__property int MaxLength = {read=FMaxLength, write=SetMaxLength, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Text.pas
FMX.Text.hpp
FMX.Text TTextService


説明

テキスト サービスが提供可能な、テキストの最大長。

関連項目