[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The maximum length of the value entered in Text, or 0 (zero) for unlimited length.
Source position: stdctrls.pp line 866
public property TCustomEdit.MaxLength : Integer |
In Delphi MaxLength only limits user input. The LCL actually restricts the maximum length of the stored text; this simplifies the implementation for non-Win32 widgetsets.
Remark: | MaxLength is not supported for the QT4 widgetset. |
Version 4.0 | Generated 2025-05-03 | Home |