Vcl.ExtCtrls.TCustomPanel.ShowCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCaption: Boolean read FShowCaption write SetShowCaption default True;

C++

__property bool ShowCaption = {read=FShowCaption, write=SetShowCaption, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomPanel

Description

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