MAXCOLS Property
PLBCMP GUI Only
The MAXCOLS property specifies the maximum number of characters allowed for an individual line in a multi-line EDITTEXT field. The property uses the following format:
MAXCOLS={value}
Note the following:
MAXCOLS may be used in CREATE, SETPROP, or GETPROP statements of an EDITTEXT object.
This property is ignored if the MULTILINE property is not enabled.
The {value} defines the number of characters in the range of 1 to 32,000.
When using the PL/B Web Server, this property is not supported.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |