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

TIcon.LoadFromResourceHandle

Loads icon data from the specified instance and resource handles.

Declaration

Source position: graphics.pp line 1692

public procedure TIcon.LoadFromResourceHandle(

  Instance: THandle;

  ResHandle: TFPResourceHandle

); override;

Arguments

Instance

  

Handle with the resource data loaded in the method.

ResHandle

  

Resource handle with the icon data loaded in the method.

See also

TCustomIcon.LoadFromResourceHandle

  

Loads icon data from the specified instance and resource handles.