TiEditCustom.MaxLength

TiEditCustom

Specifies the maximum lenth that can be input into the control.

property MaxLength : Integer;

Description

Use MaxLength to provide an upper limit to the number of characters that can be typed into the control.

Example

Delphi

iComponent.MaxLength:= 10;

C++ Builder

iComponent->MaxLength = 10;

Contents | Index | Previous | Next