[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Structure used to store the hot spot coordinates, color, and mask for an Icon.
Source position: lcltype.pp line 2684
type TIconInfo = record |
||
fIcon: Bool; |
|
|
xHotspot: DWORD; |
|
|
yHotspot: DWORD; |
|
|
hbmMask: HBITMAP; |
|
|
hbmColor: HBITMAP; |
|
|
end; |
Version 4.0 | Generated 2025-05-03 | Home |