[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Record type with the icon type and raw image data for a TIcnsIcon instance.
Source position: graphics.pp line 1684
type TIcnsRec = record |
||
IconType: TicnsIconType; |
|
TIcnsIconType value for the icon data, mask, or alpha channel used in the raw image. |
RawImage: TRawImage; |
|
Contains the TRawImage instance with the data for an icon image. |
end; |
Version 4.0 | Generated 2025-05-03 | Home |