Vcl.Forms.TTitleBar.ShowIcon

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowIcon: Boolean read FShowIcon write SetShowIcon default True;

C++

__property bool ShowIcon = {read=FShowIcon, write=SetShowIcon, 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