Skip to main content

TcxTextEditPropertiesValues.MaxLength Property

Specifies whether the maximum number of characters an end-user can enter into an editor has been changed.

Declaration

property MaxLength: Boolean read; write;

Property Value

Type
Boolean

Remarks

Once a text editor’s MaxLength property is set to a value other than the default one, the MaxLength property flag is set to True. Otherwise, it’s set to False. To undo the changes made to the text editor’s MaxLength property and reverse it back to its default value, call the RestoreDefaults method which resets all the property flags or set the MaxLength property flag to False.

See Also