diff --git a/docs/xml/lcl/graphics.xml b/docs/xml/lcl/graphics.xml index 067a088edb..10a5877b6d 100644 --- a/docs/xml/lcl/graphics.xml +++ b/docs/xml/lcl/graphics.xml @@ -1042,7 +1042,7 @@ Context (DC). -TODO: Change this to coLeftToRight? +Needs to be changed to coLeftToRight. @@ -15713,18 +15713,36 @@ The return value is RT_GROUP_ICON in TIcon. Resource type used for the icon image type. + -Handle used to access the image data for the icon. + +Handle used to access the image data for the icon. +

-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. - +Handle is a HICON property which contains the handle +for the icon used to access image data for the icon. The property value is +provided by the inherited GetHandle method, and contains the Handle for its +TSharedRasterImage instance. +

+

+Setting a new value for the property causes the previous handle and the +canvas device context to be freed. The previous image is cleared and unshared +as well. +

+

+The inherited UpdateHandle method is called to apply the new handle to the +shared image, and to load its icon data.

- + + + + + +
+