How to use the delphivcl.Icon
April 17, 2021
DelphiVCL.Icon or TIcon is an encapsulation of a Windows icon.
Use TIcon to represent one of the icons in an image list. Assign an icon to objects that have an Icon property, such as TForm or TPicture.
Icon objects represent the value loaded from a Windows icon file (.ICO file). Draw an icon on a canvas, using the Draw method of the TCanvas object. Icons do not stretch, so do not use…