Topic: how to character length limit ?

how to character length limit
example 58 limit

http://s019.radikal.ru/i622/1505/d7/3d8fbb101ef8.jpg

Re: how to character length limit ?

MaxLength
Specifies the maximum length of text for a component to remove the restriction on the length of the text, set the property to 0


Example:

Form1.Edit1.MaxLength := 10;
Dmitry.

Re: how to character length limit ?

Good to know! Might be a property for TextBox as well smile

Re: how to character length limit ?

DriveSoft wrote:

MaxLength
Specifies the maximum length of text for a component to remove the restriction on the length of the text, set the property to 0


Example:

Form1.Edit1.MaxLength := 10;

Thanks Dmitry wink