TextArea.LimitText
From Xojo Documentation
This item was deprecated in version 2019r2. Please use TextArea.MaximumCharactersAllowed as a replacement. |
Property (As Integer )
aTextArea.LimitText = newIntegerValue
or
IntegerValue = aTextArea.LimitText
Supported for all project types and targets.
or
IntegerValue = aTextArea.LimitText
Supported for all project types and targets.
The maximum number of characters allowed in the TextArea.
Notes
The value of zero does not limit text. LimitText works for normal text entry, copy and paste, and drag and drop.