Skip to content

Demo IconFontsImageListDemo (VCL)

Using the Demo project "IconFontsImageListDemo" located in: IconFontsImageList\Demo\DXXX you can see how it simple to use this component, expecially to make operation normally difficult with standard ImageList, like resizing and changing colors.

The demo uses a shared datamodule with a TIconFontsImageCollection to provide the Icon Fonts to the forms.

The Main Form is different:

  • for Delphi version from 10.3 it uses a TVirtualImageList (UMainNew.pas/dfm)
  • for Delphi version before 10.3 it uses a TIconFontsVirtualImageList (unit UMain.pas/dfm)
  • form Delphi 7 and Delphi 2010 it uses a TIconFontsVirtualImageList (unit UMainOld.pas/dfm)

Sample.jpg

See How-To:

Released under Apache License, Version 2.0.