Vcl.ExtCtrls.TPanel.ShowCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCaption: Boolean read FShowCaption write SetShowCaption default 1;

C++

__property ShowCaption = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TPanel

Description

Specifies whether to display the caption of the panel control.

Vcl.ExtCtrls.TPanel.ShowCaption inherits from Vcl.ExtCtrls.TCustomPanel.ShowCaption. All content below this line refers to Vcl.ExtCtrls.TCustomPanel.ShowCaption.

Specifies whether to display the caption of the panel control.

ShowCaption is a Boolean property that you can use to specify whether to display the caption of the panel control.

See Also

Code Examples