[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TCustomIcon.Count

Number of images in the image list for the shared icon.

Declaration

Source position: graphics.pp line 1678

public property TCustomIcon.Count : Integer
  read GetCount;

Description

Count is a read-only Integer property which contains the number of images in the internal image list for the icon. Read access for the property value is redirected to the Count property in the internal TSharedIcon instance used in the class.

Use methods like Add, Delete, Remove, Clear, Assign, and AssignImage to maintain the list of images available in the icon.


Version 3.2 Generated 2024-02-25 Home