LMD-Tools Font Image List Guide


TLMDFontImageItem


type

  TLMDFontImageItem = class(TCollectionItem);

 

Collection item class, which represents a single icon in a font image list. Items can be created using image list component editor at design-time. At run-time ImageList.Items.Add method can be used to create new icon items.

 

property Symbol: TLMDFontSymbol;

Icon symbol code. Pleas refer to the corresponding font documentation to find available code-point list.

property Color: TColor;

The color of the icon. By default clDefault color is used, which means that the icon will be colored according to the parent image list's Color property value.