Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TIconInfo

Structure used to store the hot spot coordinates, color, and mask for an Icon.

Declaration

Source position: lcltype.pp line 2694

type TIconInfo = record

  fIcon: LongBool;

  

  xHotspot: DWORD;

  

  yHotspot: DWORD;

  

  hbmMask: HBITMAP;

  

  hbmColor: HBITMAP;

  

end;

Version 4.6 Hosted on Source Forge