[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The maximum length of the text; zero for unlimited.
Source position: stdctrls.pp line 812
public property TCustomEdit.MaxLength : Integer |
In Delphi MaxLength only limits user input. The LCL instead restricts the maximum length of the contained text; this simplifies the implementation for non-Win32 widgetsets.
lazarus-ccr.sourceforge.net |