Vcl.Forms.TCustomForm.Icon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Icon: TIcon read FIcon write SetIcon stored IsIconStored;

C++

__property Vcl::Graphics::TIcon* Icon = {read=FIcon, write=SetIcon, stored=IsIconStored};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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