Difference between revisions of "PropertyListLine.LimitText"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 12: | Line 12: | ||
Only used for TypeEditable and TypeEditableList lines. | Only used for TypeEditable and TypeEditableList lines. | ||
The maximum number of characters allowed in the TextArea. | The maximum number of characters allowed in the TextArea. | ||
− | The | + | The [[PropertyListLine.Value|Value]] of zero does not limit text. [[PropertyListLine.LimitText|LimitText]] works for normal text entry, copy and paste. |
<b>Will not work if RBVersion is newer than 2009r4.</b> | <b>Will not work if RBVersion is newer than 2009r4.</b> |
Revision as of 12:14, 24 November 2012
Property (As Integer)
Only used for TypeEditable and TypeEditableList lines. The maximum number of characters allowed in the TextArea. The Value of zero does not limit text. LimitText works for normal text entry, copy and paste. Will not work if RBVersion is newer than 2009r4.