MAXSIZE Property
PLBCMP GUI Only
The MAXSIZE property specifies the maximum number of characters allowed for a column in a DATATABLE.
MAXSIZE={value}
Note the following:
MAXSIZE may be used with SETPROP or GETPROP statements for elements of the Columns collection.
This property only takes affect when a DATATABLE is bound to a HTMLCONTROL
Setting this property causes the HTML 'maxlength' attribute to be rendered. The 'maxlength' specifies the maximum number of characters allowed in an <input> element.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |