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

TIconImage.RawImage

Raw image data for the icon image.

Declaration

Source position: graphics.pp line 1585

public property TIconImage.RawImage : TRawImage
  read FImage;

Description

RawImage is a read-only TRawImage property which contains the raw image data for the icon image.

The property value is assigned in the Create method when a TRawImage argument is provided. The UpdateFromImage method is used to examine the raw image data and get the values stored in properties.

See also

TIconImage.Create

  

Constructor for the class instance.

TIconImage.UpdateFromImage

  

Updates the icon image from the specified raw image data.

TRawImage


Version 4.0 Generated 2025-05-03 Home