input

Description

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.

Attributes

    backgroundcolor
    charsonline
    fontbold
    fontitalic
    fontname
    fontsize
    fontunderline
    foregroundcolor
    id (required)
    numberoflines (1)
    onchange (false)
    oncreate (false)
    ondestroy (false)
    popup
    position (center)
    scrollbar (none)
    state (enabled)
    wordwrap (false)

Children

line

Description of attributes

charsonline

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.

numberoflines

Specifies the number of lines that the input element should show. The default value is 1.

onchange

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.

scrollbar

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

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.