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.
list panel progressbar radiogroup
Specifies the form of the bevel of the panel. Allowed values are flat, sunken and raised. The default value is flat.
Specifies the form of the border of the panel. Allowed values are flat, sunken and raised. The default value is flat.
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.
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.