TXLIMIT Mnemonic - Limit Custom Edit Control Paragraph Length
Syntax
'TXLIMIT'(id,limit)
Description
The 'TXLIMIT' mnemonic sets the limit for the maximum number of characters that may be entered in a one-paragraph custom edit control. If this mnemonic is issued while there is more text than the limit would allow, the limit will prevent new text from being added until either enough text is removed and the limit is no longer exceeded, or until the limit is changed. 'TXLIMIT' does not change the contents of a custom edit control.
Parameter |
Description |
id |
Control ID number. It must be an integer between 1 and 32767 and be unique within a given top-level window. |
limit |
The maximum number of characters that may be entered in a one-paragraph custom edit control. |