Vcl.ExtCtrls.TCustomPanel.ShowCaption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowCaption: Boolean read FShowCaption write SetShowCaption default True;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomPanel

Beschreibung

Gibt an, ob der Titel des Tafelsteuerelements angezeigt wird.

ShowCaption ist eine boolesche Eigenschaft, mit der Sie festlegen können, ob der Titel eines Tafelsteuerelements angezeigt wird.

Siehe auch

Codebeispiele