Vcl.ExtCtrls.TFlowPanel.ShowCaption

From RAD Studio API Documentation

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 TFlowPanel

Description

Specifies whether to display the caption of the panel control. {{#multireplace:Vcl.ExtCtrls.TFlowPanel.ShowCaption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomPanel.ShowCaption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomPanel.ShowCaption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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