progressbar

Description

The progressbar (TProgressBar) specifies a visible component to display how much of a task has been completed.

Attributes

    backgroundcolor
    fontbold
    fontitalic
    fontname
    fontsize
    fontunderline
    foregroundcolor
    id (required)
    initvalue (0)
    max (required)
    min (required)
    oncreate (false)
    ondestroy (false)
    orientation (horizontal)
    popup
    position (center)
    showvalue (false)
    state (enabled)

Children

none.

Description of attributes

initvalue

Specifies the start value for the progressbar when it is displayed for the first time. The default value is 0.

max

Specifies the maximum value for the progressbar. This attribute is required.

min

Specifies the minimum value for the progressbar. This attribute is required.

orientation

Specifies the orientation of the progressbar. A horizontal value indicates that the progressbar fills from left to right. A vertical value indicates that the progressbar fills from bottom to top. The orientation attribute does not change the actual size of the progressbar.

showvalue

Ignored in PLUG for Delphi