[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.MaxLength

The maximum length of user input.

Declaration

Source position: stdctrls.pp line 359

protected property TCustomComboBox.MaxLength : Integer
  read GetMaxLength
  write SetMaxLength
  default 0;

Description

Set MaxLength to e.g. the fixed length of a string field, where the input is stored later.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.