Structure used to store the hot spot coordinates, color, and mask for an Icon.
Source position: lcltype.pp line 2694
type TIconInfo = record |
||
fIcon: Bool; |
|
|
xHotspot: DWORD; |
|
|
yHotspot: DWORD; |
|
|
hbmMask: HBITMAP; |
|
|
hbmColor: HBITMAP; |
|
|
end; |
| Version 4.4 | Generated 2025-11-08 | Home |