Vcl.ExtCtrls.TCustomPanel.ShowCaption

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ShowCaption: Boolean read FShowCaption write SetShowCaption default True;

C++

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

Propriétés

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


Description

Spécifie s'il faut afficher le libellé du contrôle panneau.

ShowCaption est une propriété booléenne que vous pouvez utiliser pour spécifier s'il faut afficher le libellé du contrôle panneau.

Voir aussi

Exemples de code