Vcl.Forms.TTitleBar.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 published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TTitleBar


Beschreibung

Blendet das Symbol in der Titelleiste ein bzw. aus.

Siehe auch