TPanel Object

Applies to TestComplete 15.62, last modified on March 19, 2024

The TPanel component represents a panel control. It is a container component, that is, it can contain other components. You can use TPanel to group components within a form.

The BevelInner, BevelOuter and BevelWidth properties let you add a beveled outline to the panel. The BorderStyle and BorderWidth properties control the appearance of the panel's border.

To change the panel's background color, use the Color property. Note that the Color property is ignored (the panel is transparent) if the following two conditions are met:

  • TestComplete is running under Windows XP or later operating system.
  • You use a Windows theme different from Windows Classic.

TPanel Properties

TPanel Methods

TPanel Events

See Also

User Forms
TcxGroupBox Object
TcxRadioGroup Object

Highlight search results