Unit 'ImageListCache' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

Reference for unit 'ImageListCache'

Implements a caching mechanism for TCustomImageList (TImageList) instances.

uses

  System,

  Classes,

  SysUtils,

  Graphics,

  

  ImgList,

  

Contains classes and types used in TCustomImageList, the base class for TImageList.

  LCLProc,

  

Useful lower-level helper functions and classes.

  Forms;

  

Implements Forms, which are the basis for the Lazarus Graphical User Interface.

Overview

imagelistcache.pas contains classes, types, and routines used to implement a cache for TCustomImageList instances. It is used mainly to cache image lists with the glyphs used on button controls.

This file is part of the Lazarus Component Library (LCL).