See Also Examples Applies To
Exports the native GdPicture image as HICON.
Syntax
object.GetHICON ()
The GetHICON syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. A new HICON handle wich will contains the native GdPicture image data as icon.
Remarks
DO NOT FORGET to release the HICON object with the DeleteHICON() function.
Category
Export Image