FMX.Text.TTextService.MaxLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxLength: Integer read FMaxLength write FMaxLength;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Text.pas
FMX.Text.hpp
FMX.Text TTextService

Description

The maximum length of the text that the text service may provide.

See Also