This unit defines various panel and frame widgets . More specifically, it defines a Panel, Bevel, Frame, ImagePanel and GroupBox control. Base class for a Panel, Bevel etc . Draws a panel with various borders . This widget doesn't have a text label though, unlike TfpgPanel. Draws a panel with various borders and has a text label . If you don't need the text label, then it is recommended that you rather use the TfpgBevel widget. Draws a panel width a caption

. This is similar in functionality to the TfpgPanel, but the Text label is drawn in the border of the panel, whereas in the TfpgPanel in is drawn within the client area.

This widget is frequently used to hold radiobutton groups.

A panel that acts like an embedded Form . This widget should be used (instead of TfpgForm), if you want to embed a reusable "form" inside other forms. You are able to design such frames with the UI designer too. fpg_form.TfpgForm