A input tag displays one (mapped to TEdit) or more lines (mapped to TMemo) of text and allows that text to be edited. The input element of type TMemo can have a horizontal scrollbar as well as a vertical scrollbar. It has also the possibility to use wordwrap.
Specifies the number of chars that should be showed on one line of text. When not specified the language specific default is used. Note that this value is ignored in PLUG version 1.0 for Delphi.
Specifies the number of lines that the input element should show. The default value is 1.
Specifies whether an entry in the codeframe of the window should be created to handle an onchange event of this element. Allowed values are true and false. The default value is false.
Scrollbars are only possible for multiline input. Specifies where the input element should have scrollbars. Possible values are "none" for no scrollbars, "vertical" for a vertical scrollbar, "horizontal" for a horizontal scrollbar and "both" for a horizontal and vertical scrollbars. The default value is none.
Wordwrap is only possible for multiline input. Specifies whether or not the input element should use wordwrap. Allowed values are true and false. The default is false.