Text Limit

Friendly Name Text Limit
API Name TextLimit
Type Long
Restrictions Must be greater than or equal to 0
Get Function   (dcl-Control-GetTextLimit <CONTROL>)
Set Function   (dcl-Control-SetTextLimit <CONTROL> NewValue [as Long])
Applies To Combo Box, Image Combo Box, Text Box

This property sets the maximum number of characters allowed for user typed text in the control's edit box. If the value of this property is zero, the only limit is the one imposed by the operating system (typically more than 32k). Note that the property does not alter existing edit box text or limit the length of text placed in the edit box when a list item is selected.