[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Loads icon data from the specified instance and resource handles.
Source position: graphics.pp line 1660
public procedure TIcon.LoadFromResourceHandle( |
Instance: THandle; |
ResHandle: TFPResourceHandle |
); override; |
Instance |
|
Handle with the resource data loaded in the method. |
ResHandle |
|
Resource handle with the icon data loaded in the method. |
|
Loads icon data from the specified instance and resource handles. |