Vcl.Forms.TForm.Icon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Icon: TIcon read FIcon write SetIcon stored IsIconStored;

C++

__property Icon;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Specifies the icon that appears when the form is minimized.

Vcl.Forms.TForm.Icon inherits from Vcl.Forms.TCustomForm.Icon. All content below this line refers to Vcl.Forms.TCustomForm.Icon.

Specifies the icon that appears when the form is minimized.

Set the Icon property to provide an icon for the form. If Icon is not set, the system provides a default icon when the form is minimized.

See Also

Code Examples