[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TIcon.Handle

Handle used to access the image data for the icon.

Declaration

Source position: graphics.pp line 1663

public property TIcon.Handle : HICON
  read GetIconHandle
  write SetIconHandle;

Description

Handle is a HICON property which contains the icon handle used to access image data for the icon. The property value is provided by the GetHandle method.