TPanel

From OpenEUO
Jump to: navigation, search

Use TPanel to put an empty panel on a form. Panels have properties for providing a beveled border around the control. You can also use panels to group controls together, similar to the way you can use a group box, but with a beveled border (or no border) rather than the group box outline. Panels are typically used for groups of controls within a single form.

Although you can use a panel to implement a status bar or tool bar, it is recommended that you use the TToolBar and TStatusBar classes instead.

Inherited from TWinControl:

Inherited from TControl:

Inherited from TComponent:

Inherited from TObject: