[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 1567

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

  

Create - Specifies a Raw image to be used, then used Inherited Create.

TIconImage.UpdateFromImage

  

Updates the icon image from the specified raw image data.

TRawImage

The latest version of this document can be found at lazarus-ccr.sourceforge.net.