MAXCHARS Property
PLBCMP GUI Only
The MAXCHARS property specifies the maximum number of characters that may be entered into an object.
MAXCHARS={value}
Note the following:
MAXCHARS may be used in CREATE, SETPROP, or GETPROP statements of an EDITTEXT or a RICHEDITTEXT object.
This property applies regardless of the MULTILINE property.
The {value} defines the number of characters. A value of zero specifies the maximum number of characters permitted by the operating system.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |