Panel

Description

Specifies a panel (TPanel). A panel can be used for making much more complex arranging of the elements in a window, this because each panel can have its own layout.

Attributes

    backgroundcolor
    bevel (flat)
    border (flat)
    fontbold
    fontitalic
    fontname
    fontsize
    fontunderline
    foregroundcolor
    id (required)
    layout (horizontal)
    layoutalign (begin)
    oncreate (false)
    ondestroy (false)
    popup
    position (center)
    state (enabled)

Children

button checkbox image input

list panel progressbar radiogroup

scale statictext

Description of attributes

bevel

Specifies the form of the bevel of the panel. Allowed values are flat, sunken and raised. The default value is flat.

border

Specifies the form of the border of the panel. Allowed values are flat, sunken and raised. The default value is flat.

layout

This attribute is used for indicating the layout of the panel. The possible values are horizontal, vertical and border. The default value is horizontal. See layout for more information about the layout issues.

layoutalign

This attribute is used for indicating the alignment of elements in the panel when the panel has the vertical or horizontal layout. The possible values are begin, middle and end. The default value is begin. See layout for more information about the layout issues.